Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Wayne Crawford   on Mar 30 In Java Category.

  
Question Answered By: Wendy Harrison   on Mar 30

The simplest solution is to save them as cookies
on unload and retrieve them on load. Setting them
is easy, but getting them back is a trifle more
tricky, so I'll just refer you to the examples on
MSDN:
msdn.microsoft.com/.../cookie=
.asp

Share: