Hi,
I have a login form where the visitor enters the UserID and Password. After
authenticating from the database, I generate a unique key (some encrypted
text) for every user.
All I want is to store the generated key in the session variable so that I
could retrieve the same on the subsequent page user visits for
authentication purpose. I can't rely on client side cookies as they are not
full proof.
I know it sounds very simple and may be very easy for you nobel on the list
but for a starter like me it's getting on nerves.
I gone through again and again on CPAN.ORG but of no avail.
Any pointer in this regard would highly be appreciable. OR may be any
better idea ??
thanks for all your time.
jks