|
hi
I am facing a problem to placing a cookie on clien
and server side,
so please guide me in perl. my problem as
follows:
A cookie is
sent to the users computer that references that file. The cookie expires when
the browser is closed. So once the user closes the browser the cookie can no
longer reference the file on the server that contains potentially sensitive
info for the user. The system involves the following routines:
1
- create unique id 2 - write cookie with unique id to users
computer 3 - write file named unique id with user data to
server 4 - read the cookie 5 - read the data in the
file 6 - authenticate the user
Thanks
shoaib
|