Forums

ASP

This topic is locked

auto login within global.asa????

Posted 13 Aug 2002 02:37:16
1
has voted
13 Aug 2002 02:37:16 Joseph Marshall posted:
I was wondering should i put a auto login in my global.asa. I created this scrip to auto login a user and i was wondering if i should, and how i can implement it into my global.asa file. The script works fine but i just have it on my defult page right now.



if Session("MM_Username" = "" then
if request.Cookies("user"("username" <> "" AND
request.Cookies("user"("pass" <> "" then

(all the script to log me in)


thanks
joe

Reply to this topic