Are you talking about persistant 'hard' cookies or 'soft' session cookies. 

IF soft:

"I see 
> no cookies..."

They are never persisted so you will have a hard trouble 'seeing' them, unless you 
interface with the servlet API.



> 
> "Dan Bachelder" <[EMAIL PROTECTED]> writes:
> 
> > How many times can one guy be wrong in a day...
> > 
> > After turning on cooking prompting (including session) for 
> all cookies in
> > IE6 and downloading an independant cookie watcher... I see 
> no cookies...
> > 
> > Do I need to implement cookie usage myself or does it exist 
> somewhere?
> 
> If you're referring to a way to maintain client state on the server
> (i.e. user sessions), it's part of the Servlet API, and therefore
> built into your servlet container.  Turbine's RunData interface is its
> main interaction with an HttpSession.
> 
> If you're referring to generic cookie handling, take a look at
> CookieParser.
> 
> ---------------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to