DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   Java (http://www.daniweb.com/forums/forum9.html)
-   -   Java Session (http://www.daniweb.com/forums/thread81274.html)

arunprashanth Jun 18th, 2007 8:52 am
Java Session
 
Hi
In any project we can set values to the session.and get value from the session. which place or path the session information to be stored.

Thanks in advance

thekashyap Jun 18th, 2007 9:38 am
Re: Java Session
 
(assuming you're talking abt HTTP Sessions) AFAIK they are stored in memory and not serialized to any normal flat file. (although you might wanna check if HttpSession class implements serialize or not)

jwenting Jun 18th, 2007 2:11 pm
Re: Java Session
 
The server can serialise sessions as needed, but you don't need to worry about that and shouldn't care.


All times are GMT -4. The time now is 9:24 am.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC