|
|
| The stupid question is the question not asked | |
| PerlMonks |
Re: Concern with CGI::Sessionby davidj (Priest) |
| on Jun 14, 2005 at 06:41 UTC ( #466407=note: print w/ replies, xml ) | Need Help?? |
|
Sessions and user authentication are two totally separate things. One does not require the other. Sessions are useful for sites that require user authentication because it enables the authenticated user data to persist across pages, but they are not required to implement authentication. I have no idea how the logic of your site is implemented, but the following logic flow might help:
1) have a link on your main page to a login screen
not knowing what you really want, I hope this helps
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||