It's not a secret anymore!
The moose likes Struts and the fly likes Sessions Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Sessions" Watch "Sessions" New topic
Author

Sessions

dinesh thalis
Ranch Hand

Joined: Nov 19, 2008
Posts: 39
I want to use sessions in struts(use for logging window creation), if anyone can give me tutorials for this it is very help for my learning process.
Sagar Rohankar
Ranch Hand

Joined: Feb 19, 2008
Posts: 2896
    
    1

Handling Session in Struts is same as that of Servlets.. Here is one link,

Session in Servlets

Googled you can find more examples.

Start working on it & ask your doubts..



[LEARNING bLOG] | [Freelance Web Designer] | [and "Rohan" is part of my surname]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Sessions
 
Similar Threads
servlet/JSP communication?
Default session management
How to know the last visited user in webpage
Problem with updating the Jsp page .
Is submitting a form send-redirect or forward?