Auto login after signup in CAS
Posted
by Bill Li
on Stack Overflow
See other posts from Stack Overflow
or by Bill Li
Published on 2010-03-27T17:00:15Z
Indexed on
2010/03/27
17:03 UTC
Read the original article
Hit count: 556
cas
|authentication
I am setting up my own CAS. A authentication handler was written and username/password are authenticated against a MySQL db. I also add signup page and related logic.
Now I would like to let user automatically log on when he/she has registered as a user. How to achieve this?
© Stack Overflow or respective owner