aspose file tools
The moose likes JSP and the fly likes session using jsp Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "session using jsp" Watch "session using jsp" New topic
Author

session using jsp

muhammad sami
Greenhorn

Joined: Feb 06, 2003
Posts: 4
How to use session tracking using jsp since user can go to certain pages according to the rights they have ,so to implement session checking for each user and whats the efficient way to implement that,it if some one can tell me few good websites for session i would more than appreciate that.
Jochen Maes
Greenhorn

Joined: Dec 03, 2002
Posts: 20
you could set a session attribute with his access in it.
my users all have a number assigned from 0-5 depending on what they can and cannot do.
this is what i put in my session:
userid, username, loggedIn (true or false) and access value (0-5)
greets
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: session using jsp
 
Similar Threads
How to get values of all session variable--application wide?
How to disconnect resources if user logout unnormally?
Session Killing
how to use Session in Struts
Global Storage Of Values