Click here to Skip to main content
15,909,741 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Question about ONSELECTSTART event of HTML body. Pin
DFU2317-Mar-03 14:19
DFU2317-Mar-03 14:19 
GeneralDatabase connection Pin
TPN15-Mar-03 0:26
TPN15-Mar-03 0:26 
GeneralRe: Database connection Pin
Paul Watson16-Mar-03 22:34
sitebuilderPaul Watson16-Mar-03 22:34 
GeneralRe: Database connection Pin
TPN17-Mar-03 3:58
TPN17-Mar-03 3:58 
QuestionThe best way to manage user session ? Pin
TPN14-Mar-03 23:59
TPN14-Mar-03 23:59 
AnswerRe: The best way to manage user session ? Pin
Thesisus17-Mar-03 10:33
Thesisus17-Mar-03 10:33 
GeneralRe: The best way to manage user session ? Pin
TPN17-Mar-03 16:24
TPN17-Mar-03 16:24 
GeneralRe: The best way to manage user session ? Pin
Florin Ochiana27-Mar-03 13:07
Florin Ochiana27-Mar-03 13:07 
You have to use a combination of 3 things:
- database;
- session vars;
- cookies

You can use cookies to leave some portion of the data in the users computer but for a session you wouldn't have to rely on persistent cookies. You should use per session cookies (see this option in Internet Options in IE) just to store an SID (session id) and the rest of the variables should be stored in the db. In every page you will get the sid, query the db and get all the variables you need for that session. It's even secured this way.

-----
We are what we repeatedly do. Excellence, then, is not an act, but a habit.

Questionhow browser remember's a link Pin
uzwa14-Mar-03 10:40
uzwa14-Mar-03 10:40 
AnswerRe: how browser remember's a link Pin
Torsten Mauz14-Mar-03 15:01
Torsten Mauz14-Mar-03 15:01 
GeneralEntertainment News Service Pin
perlmunger14-Mar-03 9:22
perlmunger14-Mar-03 9:22 
GeneralRichTextBox doubt Pin
Smitha Nishant14-Mar-03 5:09
protectorSmitha Nishant14-Mar-03 5:09 
GeneralSend mail in a free asp hosting. Pin
one_puppy13-Mar-03 15:37
one_puppy13-Mar-03 15:37 
GeneralRe: Send mail in a free asp hosting. Pin
Vasudevan Deepak Kumar14-Mar-03 3:26
Vasudevan Deepak Kumar14-Mar-03 3:26 
GeneralFont sizes Pin
Brakanjan13-Mar-03 4:09
Brakanjan13-Mar-03 4:09 
GeneralRe: Font sizes Pin
Jonathan32113-Mar-03 16:59
Jonathan32113-Mar-03 16:59 
GeneralRe: Font sizes Pin
Brakanjan16-Mar-03 22:11
Brakanjan16-Mar-03 22:11 
GeneralRe: Font sizes Pin
Ansch17-Mar-03 13:31
Ansch17-Mar-03 13:31 
Questionvalign equivalent in CSS? Pin
Jörgen Sigvardsson13-Mar-03 3:23
Jörgen Sigvardsson13-Mar-03 3:23 
AnswerRe: valign equivalent in CSS? Pin
Richard Deeming13-Mar-03 6:07
mveRichard Deeming13-Mar-03 6:07 
GeneralRe: valign equivalent in CSS? Pin
Jörgen Sigvardsson13-Mar-03 11:11
Jörgen Sigvardsson13-Mar-03 11:11 
GeneralRe: valign equivalent in CSS? Pin
Paul Watson16-Mar-03 22:43
sitebuilderPaul Watson16-Mar-03 22:43 
GeneralRe: valign equivalent in CSS? Pin
Jörgen Sigvardsson16-Mar-03 22:59
Jörgen Sigvardsson16-Mar-03 22:59 
GeneralRe: valign equivalent in CSS? Pin
Paul Watson16-Mar-03 23:09
sitebuilderPaul Watson16-Mar-03 23:09 
GeneralRe: valign equivalent in CSS? Pin
Jörgen Sigvardsson17-Mar-03 0:04
Jörgen Sigvardsson17-Mar-03 0:04 

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.