[jboss-user] [JBoss Seam] - Re: RememberMe example?

2007-04-26 Thread dilator
[EMAIL PROTECTED] wrote : anonymous wrote : Another question is, does rememberme feature provide auto-login? | | No, auto-login is evil. Unless you choose to implement Amazon-style auto login with secondary password prompt to perform secure actions... ...in which case the event

[jboss-user] [JBoss Seam] - Re: RememberMe example?

2007-04-26 Thread [EMAIL PROTECTED]
And it has been discussed extensively before on this forum. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040875#4040875 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040875

[jboss-user] [JBoss Seam] - Re: RememberMe example?

2007-04-26 Thread liudan2005
finally figured out why it didn't work for me before. it's caused by MyFacesExtensionsFilter, FacesContext.getCurrentInstance() returns null when I have myfaces extension filter installed. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4041246#4041246 Reply to

[jboss-user] [JBoss Seam] - Re: RememberMe example?

2007-04-26 Thread liudan2005
also noticed if page is directed from org.jboss.seam.security.NotLoggedInException defined in pages.xml, rememberme would stop working. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4041247#4041247 Reply to the post :

[jboss-user] [JBoss Seam] - Re: RememberMe example?

2007-04-26 Thread liudan2005
It would be nice to have an event org.jboss.seam.beforeAuthenticate, so I can manually populate values and call identity.login. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4041251#4041251 Reply to the post :

[jboss-user] [JBoss Seam] - Re: RememberMe example?

2007-04-25 Thread PatrickMadden
What behavior are you seeing. Its working perfectly for me the way you have it written in your post. Any exceptions etc? What version of Seam and JBoss are you using? Finally, I believe you must have cookies enabled but I'm not an expert. Just letting you know that what you have written works

[jboss-user] [JBoss Seam] - Re: RememberMe example?

2007-04-25 Thread liudan2005
I'm using Seam 1.2GA and latest Jboss JEMS installer. I ticked the rememberme box when log in. If I close IE and comes back again, it directs me to the login page. It seems login information is not saved in cookies. View the original post :

[jboss-user] [JBoss Seam] - Re: RememberMe example?

2007-04-25 Thread PatrickMadden
If I were you I would download the 1.2.1 GA as I originally had problems with remember me a few releases back. http://www.jboss.com/index.html?module=bbop=viewtopict=103412 Here is where you can can get 1.2.1 GA http://labs.jboss.com/jbossseam/download/index.html Hope this helps, PVM View

[jboss-user] [JBoss Seam] - Re: RememberMe example?

2007-04-25 Thread liudan2005
Tried 1.2.1.GA, still having the same problem. can't see why View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040617#4040617 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040617

[jboss-user] [JBoss Seam] - Re: RememberMe example?

2007-04-25 Thread stu2
Seamgen produces a starter app with this working out of the box. Even if you don't use the seamgen-produced project, you can run it and see how it works. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040627#4040627 Reply to the post :

[jboss-user] [JBoss Seam] - Re: RememberMe example?

2007-04-25 Thread liudan2005
thanks for your help. I've tried seamspace and it seems to work, I still can see any reason why my app doesn't work. Another question is, does rememberme feature provide auto-login? It seems it only saves the username, but user still have to enter their password to login manually each time

[jboss-user] [JBoss Seam] - Re: RememberMe example?

2007-04-25 Thread [EMAIL PROTECTED]
anonymous wrote : Another question is, does rememberme feature provide auto-login? No, auto-login is evil. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040815#4040815 Reply to the post :