My project uses CGI::Cookie, using which the user info is sent to client browser, and by validating this cookie i let the user to browse the site. But now there is a requirement such a way that i should not use the cookie. Is there any other way i can handle the situation without cookie.
Any one used method other than cookie.
My idea is having a hidden variable in browser and storing the userinfo encrpted way move to various page in same way..
Please guide me...