Session variable in javascript

  • Thread starter Thread starter sramruttun
  • Start date Start date
S

sramruttun

How can retrieve a Session value in javascript which I had set in
code-behind ?
 
sramruttun said:
How can retrieve a Session value in javascript which I had set in
code-behind ?

By putting it into a hidden field from the code-behind?

Luc K
 
Session variables are mainly used on the Server side. You may use cookies if
you need to read them from the client in Javasript.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top