I think i  screw up answering because i don't see it, what i wanted to do 
basically was to avoid registration, so i could put the name and some data 
in the cookies and use it to identify him and even retrieve some data(how 
many times they connected to me) and things like that. I know they could 
delete their cookies but i don`t really care about it, so the main purpose 
was identification and learning. So know that i was recommended not to use 
cookies i'd like to know if i could do this with sessions.
*
*
If you don't use session.forget() sessions aren't deleted? 

> as long as the code is executed within the same session by the same user 
> (provided the user has not deleted session cookies and the session did not 
> expire).

 
that's what the book says and what does it mean being in the same session 
if it isn't deleted?? sessions expire?? session cookies means that web2py 
stores sessions in cookies?  

But if sessions are not deleted and they have a unique 
id I could possibly use this to identify the user without using a login! 

Thanks, Yago

Reply via email to