session-cookies
what data saved in cookie to identify anonymous user
I have an e-shopping site. I want keep anonymous user ord开发者_StackOverflow社区ers and if the browser is closed, When user come back to my site, I show user orders, Now what data I should save in co[详细]
2023-03-31 15:51 分类:问答Securing aspx page method or webservices method calls through jQuery
How do I secure my aspx page method or webservices method call through jQuery? I found some answers on Google but I\'m still not sure about the details.[详细]
2023-03-31 09:22 分类:问答What are some good ways to get username/password information to a server from a client?
I\'m currently building a username/password/session-management/etc. system for a website I\'ve been working on. I\'ve spent all day reading all sorts of articles on the topic, and have a much better s[详细]
2023-03-31 01:35 分类:问答codeigniter site wont login on different computers
I have a basic site I made for practice purposes and have built a login/member type functionality with it. The weird thing is that when I try to login开发者_JS百科 on different computers, some will lo[详细]
2023-03-30 19:49 分类:问答Does PHP session_name(name) sets the cookie name? [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-03-29 14:39 分类:问答setting cookies directly in Rails2
Motivation: I\'m solving problems that are caused by strange/mutated/odd/perverse cookies in ruby-on-rails. I have captured some of these evil cookies and I can use cookie manager on firefox to recrea[详细]
2023-03-28 14:04 分类:问答Preferred method for persist session token on the server with RIA Services?
I\'m using an AuthenticationService derived from AuthenticationBase in the standard business application template for RIA Services and using Forms authentication.I have my own CustomPrincipal that is[详细]
2023-03-28 07:04 分类:问答Get value of this field into this variable
<?php ob_start(); $host=\"localhost\"; // Host name $username=\"root\"; // Mysql username $password=\"\"; // Mysql password[详细]
2023-03-27 21:51 分类:问答CURL Session Management
I am building an application that is built upon an API that requires Basic Authentication. I have made many calls and wrapped up the CURL requests inside a class that I\'ve made,[详细]
2023-03-26 15:00 分类:问答session management and one-time user login - iphone
I\'m creating an iphone app where the user logins once (when they open the app for the first time), then will never have to login again (like how instagram does it). The app will automatically log the[详细]
2023-03-26 14:51 分类:问答