session-cookies
how to handle the error with facebook c# sdk : (OAuthException) Error validating access token: Session has expired
(end of the title) at unix time 1312318800. The current unix time is 1312319142. I\'m stuck with this error when trying to get the friends of a user after some time.[详细]
2023-03-25 17:27 分类:问答What is the difference between server side cookie and client side cookie?
What is the difference between creating cookies on the server and on the client? Are these called server side cookies and client side cookies? Is there a way to create cookies that can only be read on[详细]
2023-03-25 17:11 分类:问答What is the point of unsetting the cookie during a logout from a php session?
I am developing a web application with PHP where a user will be able to have his or her own account, and the session that keeps track of the user is stored in a MySQL database. Now, after searching fo[详细]
2023-03-25 04:35 分类:问答Is extending cookie.gc_maxlifetime to one week a good idea for implementing 'Remember me'
The default setting of cookie.gc_maxlifetime is 24 minutes, so even if I set the cookie to expire in one week the \'Remember me\' will work for 2开发者_如何学C4 minutes so I thought about extending gc[详细]
2023-03-24 23:13 分类:问答Django: Store user id in cookie
I\'d like to store a unique user identifier开发者_如何学编程 in a cookie (in order to be able to include it in the apache log). I\'m thinking of overriding the login method and setting the cookie on s[详细]
2023-03-23 21:58 分类:问答How to delete a user's cookie using python on app engine?
I\'m using the python facebook api on google app engine (webapp).I want to set the user\'s cookie to expire when the user logs out of the application.This cookie is being set by the Javascript Faceboo[详细]
2023-03-23 08:01 分类:问答Set httpOnly and secure on PHPSESSID cookie in PHP
Whats the recommended way to set httponly and secure flags on the PHPSESSID cookie? I found http://www.php.ne开发者_开发问答t/manual/en/session.configuration.php#ini.session.cookie-httponly. Any bett[详细]
2023-03-23 07:47 分类:问答WinInet and SessionCookies
Hello and good evening to all. I have my app that uses InternetSetCookie to create (session) cookies needed for its job. However I want to remove the cookie named for ex. \'badcookie\' after each req[详细]
2023-03-22 06:24 分类:问答posting to an asp with cookies
I am trying to post to an asp and get a returning page.The page starts a session and sends me a cookie. How do I send it back in the request?[详细]
2023-03-22 05:30 分类:问答Cookie not set if Firefox 5
I\'ve just discovered that a script that I have to set a cookie does not work in Firefox 5. It does work in Chrome, IE8 and FF4.[详细]
2023-03-22 02:41 分类:问答