Client Session Varaibles

  • Thread starter mike.dershowitz
  • Start date
M

mike.dershowitz

Hello All!

Do the major browsers (IE primarily) have sesion variables that are
specific to the browser, and that would have no server interface? I
need to store data in a session variable and access it throughout a
number of pages as long as the browser is active. What is the object
in the browser that can do this?

Thank you very much in advance!

MikeD
 
W

web.dev

Hello All!

Do the major browsers (IE primarily) have sesion variables that are
specific to the browser, and that would have no server interface? I
need to store data in a session variable and access it throughout a
number of pages as long as the browser is active. What is the object
in the browser that can do this?

Thank you very much in advance!

MikeD

Since you are asking in a javascript newsgroup, then this is the
potential solution. With client-side scripting there is no session
variables per se, but one way to persist data throughout the site is
through the use of cookies. However, you should note that the use of
cookies is not reliable since the user can have them turned off.
 

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

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,575
Members
45,053
Latest member
billing-software

Latest Threads

Top