Recently I had a requirement to generate non-repetitive random numbers in siebel escript. I searched the siebel tools help and found Clib.rand() function to the rescue. And using it was also very simple.
How to create cookies from server side?
-
Yes, you read it correctly, you can create cookies in the browser from the
server side, and get your browser script to access them. This is enabled
via Web...
4 years ago