Omgili - forum search, search forums  
  

Discussions about cookie

Displaying 1 - 10 out of 239,445 discussions.  
RSS Feed Options
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  

Page: 1   2   3   4   5   6   7   8   9   10  
Keep this page open to be updated with the newest discussions automatically.
How can I delete the cookie in persistent cookie not abandon()?
Started by on , 3 posts by 3 people.  
Just make.
Just send a new cookie with the same name and an expiry in the past, or if you want it to change from persistent to session only, send a new cookie with the same name and no expiry.
What is the difference between asp cookie and javascript cookie. by asp cookie i mean cookie created using response.cookie & which one is better ?
Started by on , 4 posts by 4 people.  
Response.Cookie represents Set-Cookie header while in javascript you mainly control internal collection....
Cookie header is used in HTTP requests and Set-Cookie header is used in HTTP resonses.
Cookie and Set-Cookie.
Basically, if cookeis are disabled on the client, im wondering if this... dim newCookie = New HttpCookie("cookieName", "cookieValue") newCookie.Expires = DateTime.Now.AddDays(1) response.cookies.add(newCookie) notice i set a date, so it should be stored...
Started by on , 3 posts by 3 people.  
I thought ....
It also indicates that session state does not work without at least some level of cookies being enabled.
This MSDN article seems to indicate that there is no built in mechanism for compensating with the user disabling cookies.
Ask your Facebook Friends
I am saving a cookie using a value from a database and then accessing that cookie on another page. i noticed that if the cookie has a ; in it's value, it is cut off at that ;. How do I fix this other than changing the data so it does not include ;?
Started by on , 3 posts by 3 people.  
Since you're using ASP.NET, it should be as easy as calling: cookieString .
You will have to encode the cookie value like this string cookieValue in the cookie somehow.
That is a limitation of http.
When I create a cookie for a domain, is it possible for me to set that this domain should be on both the www and non www domain? I check for a cookie, and if not present I rediret to login page (its not a super secure thing). it seems when the user has...
Started by on , 3 posts by 3 people.  
That should work for both.
When you drop the cookie specify .mydomain.com - note the leading period.
I'm having a strange problem with cookies which are being sent and received properly but are inaccessible to JavaScript on Internet Explorer. Chrome, Firefox, Opera, and Safari JavaScript is fine. Post to "http://wp.abc.example.com/content/sv2.cgi?id=...
Started by on , 3 posts by 3 people.  
[...] Note that your paths do include filenames: Set-Cookie: AID=....
Eric Law wrote up a good article on IE's various cookie-handling a cookie if it was set with a path attribute containing a filename.
Sounds like an IE bug to me...
I currently have a web site where users can select a custom theme. After they choose the theme, a cookie is created. The cookie contains the correct data and points to the correct CSS file. For some reason, upon re-visiting the site, the theme is not ...
Started by on , 5 posts by 5 people.  
In this case, you want the cookie to be sitewide, so try this: setcookie("theme a string CSS/Default.css into a cookie, but then you are checking against string Default['theme']; setcookie("theme", $theme, time....
To the current directory.
Can I edit a cookie created by javascript with php and vice versa is a cookie a cookie basically?
Started by on , 5 posts by 5 people.  
It ....
$_COOKIE['foo']; ?> Cookies are accessible only by same by *.images.google.com".
Setcookie.html: <script type="text/javascript"> document.cookie;?PHP echo 'This should say "bar": '.
Yes, a cookie is a cookie.
I am working in ASP.net cookie while using forms authentication I came to know about aspxauth cookie What is the purpose of this cookie? What is the location of this cookie?
Started by on , 4 posts by 4 people.  
The ASPXAUTH cookie is used to determine if a user is authenticated....
Unless cookie, named ASP.NET_SessionId, to track session state.
And this is used throughout the session, i.e.
This is called ASPXAUTH cookie.
Creates a Session Id.
I am not able to fetch the existing cookies. Just to make sure I also tried to create new cookies and tried to fetch them. I am trying to fetch cookies using CGI perl as follows: use HTTP::Cookies; use LWP::UserAgent; use HTTP::Request; use CGI::Cookie...
Started by on , 3 posts by 3 people.  
Also, read: Sending the cookie to the browser CGI.
Perldoc.perl.org/CGI/Cookie.html#SYNOPSIS.
Page: 1   2   3   4   5   6   7   8   9   10  
Related Searches
cookies    cp cookie    cookie dough    cookie jar    Cookie Monster    M S cookies recipe    porno black cookies    joomla cookie problem ie    ok to eat cookie dough    cookie puzzle   
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost