| Author |
session management in servlets
|
ravi indra
Greenhorn
Joined: Jan 02, 2006
Posts: 9
|
|
hi, how to manage the session of a client other that Cookies and URL Rewriting technique.
|
 |
Michael Duffy
Ranch Hand
Joined: Oct 15, 2005
Posts: 163
|
|
Originally posted by ravi indra: hi, how to manage the session of a client other that Cookies and URL Rewriting technique.
Why? If those are the tools that the servlet API gives you, why are they not sufficient? I can see why cookies might not be desirable, because some clients won't accept cookies, but why isn't URL rewriting acceptable?
|
%
|
 |
Michael Duffy
Ranch Hand
Joined: Oct 15, 2005
Posts: 163
|
|
Originally posted by Michael Duffy: Why? If those are the tools that the servlet API gives you, why are they not sufficient? I can see why cookies might not be desirable, because some clients won't accept cookies, but why isn't URL rewriting acceptable?
Perhaps more importantly, why would you want to write your own way and maintain it when the servlet API gives you two ways to do it out of the box?
|
 |
 |
|
|
subject: session management in servlets
|
|
|