From: "Janek Ziniewicz" <[EMAIL PROTECTED]>
> I have problems with user logging in my application. Basically I want
> to have functionality same
> as on gmail.com -- if I have a proper cookie forward me to inbox
> omiting login page.

What kind of login page is this-- one you have created with Struts, or is it
coming from the container?  If it's your own page, put a Filter in front of
the webapp, look for the cookie, and forward or redirect the request to the
appropriate place.

-- 
Wendy Smoak


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

Reply via email to