You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Jan Ziniewicz <ja...@gmail.com> on 2005/05/24 17:25:13 UTC

Autologin?

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.

I know how to play with cookies but struts part of the task is a problem  
for me

-- 
Pozdrawiam, Janek Ziniewicz
gg:902858
irc.freenode.net: #gore, #dub

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Autologin?

Posted by Lixin Chu <li...@gmail.com>.
i guess http://acegisecurity.sourceforge.net will most likely not
shown in the search list.
you may want to take a look at it if you do not want to develop
something from scratch again.

On 5/25/05, atta-ur rehman <at...@gmail.com> wrote:
> I'll start with the first five :)
> 
> http://www.google.com.pk/search?q=servlet+filter&sourceid=mozilla-search&start=0&start=0&ie=utf-8&oe=utf-8&client=firefox-a&rls=org.mozilla:en-US:official
> 
> ATTA
> 
> On 5/24/05, Janek Ziniewicz <ja...@gmail.com> wrote:
> > Thank you Michael, that link really helped me.
> >
> > I have one more question. Wendy Smoak mentioned using Filter(s). Could
> > you drop me some links describing what filters are? I 'd like to read
> > something about it.
> >
> > On 5/24/05, Michael Jouravlev <jm...@gmail.com> wrote:
> > > This may help you: http://wiki.apache.org/struts/StrutsRememberMeCookie
> > > You can modify the action and go to directly to user page instead of
> > > showing the "remember me" checkbox.
> > >
> > > On 5/24/05, Jan Ziniewicz <ja...@gmail.com> wrote:
> > > > 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.
> > > >
> > > > I know how to play with cookies but struts part of the task is a problem
> > > > for me
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> > > For additional commands, e-mail: user-help@struts.apache.org
> > >
> > >
> >
> >
> > --
> > Pozdrawiam,
> > Janek Ziniewicz
> > gg: 902858
> > irc.freenode.net: #gore, #dub
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> > For additional commands, e-mail: user-help@struts.apache.org
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Autologin?

Posted by atta-ur rehman <at...@gmail.com>.
I'll start with the first five :)

http://www.google.com.pk/search?q=servlet+filter&sourceid=mozilla-search&start=0&start=0&ie=utf-8&oe=utf-8&client=firefox-a&rls=org.mozilla:en-US:official

ATTA

On 5/24/05, Janek Ziniewicz <ja...@gmail.com> wrote:
> Thank you Michael, that link really helped me.
> 
> I have one more question. Wendy Smoak mentioned using Filter(s). Could
> you drop me some links describing what filters are? I 'd like to read
> something about it.
> 
> On 5/24/05, Michael Jouravlev <jm...@gmail.com> wrote:
> > This may help you: http://wiki.apache.org/struts/StrutsRememberMeCookie
> > You can modify the action and go to directly to user page instead of
> > showing the "remember me" checkbox.
> >
> > On 5/24/05, Jan Ziniewicz <ja...@gmail.com> wrote:
> > > 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.
> > >
> > > I know how to play with cookies but struts part of the task is a problem
> > > for me
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> > For additional commands, e-mail: user-help@struts.apache.org
> >
> >
> 
> 
> --
> Pozdrawiam,
> Janek Ziniewicz
> gg: 902858
> irc.freenode.net: #gore, #dub
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Autologin?

Posted by Janek Ziniewicz <ja...@gmail.com>.
Thank you Michael, that link really helped me. 

I have one more question. Wendy Smoak mentioned using Filter(s). Could
you drop me some links describing what filters are? I 'd like to read
something about it.

On 5/24/05, Michael Jouravlev <jm...@gmail.com> wrote:
> This may help you: http://wiki.apache.org/struts/StrutsRememberMeCookie
> You can modify the action and go to directly to user page instead of
> showing the "remember me" checkbox.
> 
> On 5/24/05, Jan Ziniewicz <ja...@gmail.com> wrote:
> > 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.
> >
> > I know how to play with cookies but struts part of the task is a problem
> > for me
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 


-- 
Pozdrawiam,
Janek Ziniewicz
gg: 902858
irc.freenode.net: #gore, #dub

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Autologin?

Posted by Michael Jouravlev <jm...@gmail.com>.
This may help you: http://wiki.apache.org/struts/StrutsRememberMeCookie
You can modify the action and go to directly to user page instead of
showing the "remember me" checkbox.

On 5/24/05, Jan Ziniewicz <ja...@gmail.com> wrote:
> 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.
> 
> I know how to play with cookies but struts part of the task is a problem
> for me

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org