Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Read/Write Session properties with JavaScript
Message
From
04/04/2000 20:47:46
 
General information
Forum:
Internet
Category:
Active Server Page
Miscellaneous
Thread ID:
00354054
Message ID:
00355409
Views:
26
>Yes, I am looking for this on the server side. In VBScript it is:
>
>SESSION("cValue") = cValue
>
>cRetVal = SESSION("cValue")
>
>What is the syntax in JavaScript?

Use the following syntax in JavaScript, it looks like your VBScript code:

Session( 'cValue') = cValue;
...
cRetVal = Session( 'cValue');

Alex
Alex
Previous
Reply
Map
View

Click here to load this message in the networking platform