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.

Go to topic 43798

Return to index page 296
Return to index page 295
Return to index page 294
Return to index page 293
Return to index page 292
Return to index page 291
Return to index page 290
Return to index page 289
Return to index page 288
Return to index page 287