Click here to Skip to main content
15,913,941 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: How do you retrive status bar text ? Pin
Curtis Schlak.22-Nov-05 15:42
Curtis Schlak.22-Nov-05 15:42 
QuestionDomain parsing Pin
Tom Archer28-Oct-05 10:08
Tom Archer28-Oct-05 10:08 
AnswerRe: Domain parsing Pin
Ed Gadziemski29-Oct-05 18:46
professionalEd Gadziemski29-Oct-05 18:46 
GeneralRe: Domain parsing Pin
Vasudevan Deepak Kumar30-Oct-05 18:28
Vasudevan Deepak Kumar30-Oct-05 18:28 
GeneralRe: Domain parsing Pin
Ed Gadziemski31-Oct-05 14:06
professionalEd Gadziemski31-Oct-05 14:06 
GeneralRe: Domain parsing Pin
Tom Archer31-Oct-05 6:23
Tom Archer31-Oct-05 6:23 
Questionloosing my session object Pin
cmarmr28-Oct-05 7:02
cmarmr28-Oct-05 7:02 
AnswerRe: loosing my session object Pin
Guffa29-Oct-05 5:24
Guffa29-Oct-05 5:24 
Please use some punctuation when you write. Skipping punctuation reduces the readability more than anything else.

You are storing way too much data in cookies. There is a limit for how much you can store in cookies for a site. The limit depends on the browser you are using, but it is always just a few kilobytes.

What is probably happening is that you are reaching the limit, so some cookies are discarded. As the session id is also stored in a cookie, you lose it.

All the cookies that you create will be sent back to the server in every single request. If you use 2 kb of cookies, that means that every request increases in size by 2 kb.

Why are you using so much cookies?

---
b { font-weight: normal; }

GeneralRe: loosing my session object Pin
cmarmr31-Oct-05 14:08
cmarmr31-Oct-05 14:08 
GeneralRe: loosing my session object Pin
Guffa1-Nov-05 9:43
Guffa1-Nov-05 9:43 
QuestionSave As? Pin
Samsung27-Oct-05 8:29
Samsung27-Oct-05 8:29 
AnswerRe: Save As? Pin
Turtle Hand27-Oct-05 10:42
Turtle Hand27-Oct-05 10:42 
GeneralRe: Save As? Pin
enjoycrack28-Oct-05 7:57
enjoycrack28-Oct-05 7:57 
GeneralRe: Save As? Pin
Ghasrfakhri1-Nov-05 2:57
Ghasrfakhri1-Nov-05 2:57 
QuestionFCK Editor Pin
Brendan Vogt27-Oct-05 2:56
Brendan Vogt27-Oct-05 2:56 
AnswerRe: FCK Editor Pin
Jack Ma Shanghai27-Oct-05 18:14
Jack Ma Shanghai27-Oct-05 18:14 
AnswerRe: FCK Editor Pin
Edbert P27-Oct-05 21:04
Edbert P27-Oct-05 21:04 
QuestionProblem integrating Crystal Report with Asp.net Pin
beechan26-Oct-05 23:59
beechan26-Oct-05 23:59 
Questionsubmitting articles Pin
Mugombi26-Oct-05 20:30
Mugombi26-Oct-05 20:30 
AnswerRe: submitting articles Pin
enjoycrack27-Oct-05 6:37
enjoycrack27-Oct-05 6:37 
Questionweb design Pin
momoo26-Oct-05 19:44
momoo26-Oct-05 19:44 
AnswerRe: web design Pin
enjoycrack27-Oct-05 6:35
enjoycrack27-Oct-05 6:35 
Questionuploading file using asp Pin
idreesbadshah26-Oct-05 19:36
idreesbadshah26-Oct-05 19:36 
AnswerRe: uploading file using asp Pin
enjoycrack27-Oct-05 6:33
enjoycrack27-Oct-05 6:33 
AnswerRe: uploading file using asp Pin
Vasudevan Deepak Kumar30-Oct-05 18:32
Vasudevan Deepak Kumar30-Oct-05 18:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.