Re: Cooki Problem

2007-02-14 Thread ScottB
On Feb 14, 7:00 am, "samira" <[EMAIL PROTECTED]> wrote: > we can have two ways to store data in cookie: Session for permanent > and cookie for temporary. Am I right? Not exactly. Data stored in session is held on the server. The session middleware uses a cookie to give the client a session id s

Re: Cooki Problem

2007-02-13 Thread samira
Thanks Dear ScottB, I reviewed that link you mentioned. As I know now, we can have two ways to store data in cookie: Session for permanent and cookie for temporary. Am I right? I used "response.setcookie" but my problem not solve yet :( can you tell me how create httpResponse object? Maybe I creat

Re: Cooki Problem

2007-02-12 Thread ScottB
On Feb 12, 8:06 am, "samira" <[EMAIL PROTECTED]> wrote: > I want to have two > kind of cookie: permanent and temporary. Temporary cookie should be > deleted when browser close. I don't want to use > "SESSION_EXPIRE_AT_BROWSER_CLOSE" because that will delete all part of > cookies but I want to temp

Cooki Problem

2007-02-12 Thread samira
Can anybody help me? I have problem by cookies. I want to have two kind of cookie: permanent and temporary. Temporary cookie should be deleted when browser close. I don't want to use "SESSION_EXPIRE_AT_BROWSER_CLOSE" because that will delete all part of cookies but I want to temporary part to dele