Go Back   CodingForums.com > :: Client side development > General web building

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 04-16-2003, 12:36 AM   PM User | #1
duniyadnd
Regular Coder

 
Join Date: Jun 2002
Location: Depends on the time of year
Posts: 478
Thanks: 0
Thanked 0 Times in 0 Posts
duniyadnd is an unknown quantity at this point
How many Cookies allowed by a site?

How many cookies can you have running from your site for one machine? Do they sometimes overlap even if they are given different names?

Duniyadnd
duniyadnd is offline   Reply With Quote
Old 04-16-2003, 04:59 AM   PM User | #2
pardicity3
Regular Coder

 
Join Date: Jun 2002
Location: Iowa / Notre Dame
Posts: 538
Thanks: 0
Thanked 0 Times in 0 Posts
pardicity3 is an unknown quantity at this point
It says here that each domain is allotted 20 cookies. That site I gave you is a great tut on cookies through JS, though I like cookies in php much better!
__________________
My Site {Mike's Adventures}

Yikes, forums are almost too much fun.
pardicity3 is offline   Reply With Quote
Old 04-16-2003, 12:21 PM   PM User | #3
ASAAKI
Regular Coder

 
Join Date: Jul 2002
Location: This little Earth.
Posts: 383
Thanks: 0
Thanked 0 Times in 0 Posts
ASAAKI is an unknown quantity at this point
well, after i found out that a browser can only have 300 cookies, i somehow felt like it isn't wise to use'em, so i'm mainly using sessions. just my own thing of course, most people are fine with cookies.
what u can do is make a cookie array, so that u can have different cookies in one variable, and the browser will consider it just one. i know at least that can be done in PHP.
__________________
'If you don't stand for something, you'll fall for anything.'

Last edited by ASAAKI; 04-16-2003 at 12:31 PM..
ASAAKI is offline   Reply With Quote
Old 04-16-2003, 12:31 PM   PM User | #4
brothercake
Senior Coder


 
Join Date: Jun 2002
Location: near Oswestry
Posts: 4,508
Thanks: 0
Thanked 0 Times in 0 Posts
brothercake is an unknown quantity at this point
Each domain can set up to 20 cookies, containing up to 4K of data (that's 4k in total, not 4k each). afaik, how you set cookies (js or php) makes no difference to these figures.
__________________
"Why bother with accessibility? ... Because deep down you know that the web is attractive to people who aren't exactly like you." - Joe Clark

Last edited by brothercake; 04-16-2003 at 12:34 PM..
brothercake is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 05:51 PM.


Advertisement
Log in to turn off these ads.