Webracer
|
| Posted: 06/30/2003, 4:53 AM |
|
I've created an application with 3 group levels (guest, member, administrators). Now I want to prevent that normal visitors have to manually login. Instead I want them to login with ccs code.
I am using php and MySQL
|
|
|
 |
rrodges
|
| Posted: 06/30/2003, 6:16 AM |
|
You could set your Guest GroupID to 0 (Zero). Then if you are not logged in you are automaticly a guest?
Or you can do something like a Remember Me check box on the login screen. I posted some code for ASP in a thread with this subject...
Short circuiting Login page with ASP.NET
Maybe that will help you some.
rob
|
|
|
 |
|