SEO | Link Popularity | Search Engine Consulting | SEO Tutorial | SEO Tools | SEO Forum
Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 12-18-2004, 01:14 AM
jackson jackson is offline
SEO Junior
 
Join Date: Dec 2004
Posts: 2 jackson is on a distinguished road
Arrow Cookie

Hi,

I am using the following coding for accessing the cookie.
dokie = document.cookie
dokie=unescape(dokie);
start = dokie.indexOf("name=")+"name=".length;
end = dokie.indexOf(";", start);
if(end==-1)end = dokie.length
document.write(dokie.substring(start, end))

After entering the username, the username is stored in the cookie and it is accessed in another page as "Welcome Jackson"

But if i close the ie window again i go to that same url then i am getting as t=2 instead of jackson(username).
Please Help me.

Jack
Reply With Quote
  #2  
Old 01-18-2005, 04:21 AM
relaxzoolander's Avatar
relaxzoolander relaxzoolander is offline
SEO
 
Join Date: Apr 2004
Location: columbus ohio usa
Posts: 490 relaxzoolander has a spectacular aura aboutrelaxzoolander has a spectacular aura about
Smile persistent cookie

to create a cookie that lasts beyond the current browser session...
you must create a 'persistent' cookie.
include the "expires" value pair to do this:

document.cookie = "mysiteiscool=yes;expires=Mon, 14 Oct 2007 09:25:29 UTC"

.
Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


Login/Register
User Name
Password
Remember Me?

Forum Links
Forum Home
SEO Forum
Internet Marketing Forum
Web Design Forum
Web Hosting Forum
Programming Forum
SEO Chat

Quick Links
Forum Home
New Posts
Mark Forums Read
Open Buddy List
User Control Panel
Edit Avatar
Edit Profile
Edit Options
Miscellaneous
Subscribed Threads
My Profile

Search Forums

Advanced Search
All times are GMT -8. The time now is 12:27 PM.


Powered by: vBulletin Version 3.0.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.