session-cookies
php: use cookies only does't work
I change the settings by ini_set(\"session.use_only_cookies\", \"1\"); and ini_get returns the right value.[详细]
2023-03-07 01:13 分类:问答How to remember users with cookies in a secure way?
So lets say i have a member base website and when the user signs in i put put a cookie (or a session) with a key value pair remembering who the user is. But its ju开发者_高级运维st come to my attentio[详细]
2023-03-06 06:17 分类:问答Convention for naming browser cookies
I notice that cookies set by sites all have the following names __utma, __utmb, __utmc, __utmz Is this a convention? Or is it the default values created by some server side language? Is there a开发[详细]
2023-03-06 01:39 分类:问答Rails Set a Cookie to ensure gets a Javascript message only once
I am trying to set a cookie so that users only get a javascript only once. However, I am a Rails newbie and have no idea where to begin. Can anyone point in me in th开发者_开发知识库e right direction?[详细]
2023-03-06 00:18 分类:问答Url rewrite in apache based on cookie value
can we write rewrite rules in apache based on the value available in cookie. below is the sample cookie value (from firebug). In this i need to control my rewrite rule based on the valuejforumUserId[详细]
2023-03-05 06:26 分类:问答How to secure the ASP.NET_SessionId cookie?
I have set the .ASPXAUTH cookie to be https only but I am not sure how to effectively do the same with the ASP.NET_SessionId.[详细]
2023-03-05 04:20 分类:问答sessionState problem at .net mvc (MySQL)
Have next problem: i setup the custom session state server (store sessions in Mysql). But the session data not added to database (the default .net session table is empty), but the authorization works[详细]
2023-03-04 14:06 分类:问答Find out if someone is logged in gmail, yahoo and facebook
I am working on a web application where I have to tell user that he is logged in gmail or yahoo or facebook account. I think this can be done using cookies.[详细]
2023-03-03 11:56 分类:问答Why are my sessions randomly not saving?
We fixed an issue we had with a browser from not being able to log in on subdomains by adding the following line of code.[详细]
2023-03-02 15:54 分类:问答Switching between HTTP and HTTPS pages with secure session-cookie
Update: Note that every website switching between unsecure HTTP and encrypted HTTPS pages, is inevitable prone to SSL-strip. Please think about using HTTPS for the whole site, although this neither c[详细]
2023-03-02 13:00 分类:问答