|
Subject:
|
Sessions In Struts
|
|
Posted By:
|
kakr
|
Post Date:
|
1/9/2006 9:03:52 AM
|
Hi EveryBody,
I am a newbie to struts.I am devloping a small login application in Struts. I am using VOs, DAOs in this. I want to maintain a session in when ever the user loggedIN. But i am unable to design where to maintain session and how to retrive it for the next jsp pages. Plz reply me with an example.Its toooooo urgent.... Plz dont forget the example ..
|
|
Reply By:
|
vakorde
|
Reply Date:
|
5/4/2006 9:17:48 AM
|
session is a web concept so you don't need the separate thing to keep it. It is already there in the struts. you can get the object of the session from request regest.getSession();
--------------------------- Vikrant Korde 3i Infotech, Vashi, Mumbai, Maharashtra, India.
|