in reply to Re: Help required on cookie set and get
in thread Help required on cookie set and get
siva kumar,
Thanks a lot for your help.
Still I am not clear, how the second time if the user call the home page, how it will point to User Account page?
Step 1 : user type http://test.com/index.html
step 2: enter userid and password and click on Submit button
step 3: call cgi that checks whether cookie is present
if not create cookie and call User Account Page
else
directly go to User Account page
Close All pages
Second time, if user type http://test.com/index.html
will it point to User Account Page? Is it possible to do that?
Thanks