Click here to Skip to main content
15,918,108 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Pop-before-SMTP Question? Pin
hetrobezz21-Feb-07 18:20
hetrobezz21-Feb-07 18:20 
AnswerRe: Pop-before-SMTP Question? Pin
kubben21-Feb-07 4:00
kubben21-Feb-07 4:00 
AnswerRe: Pop-before-SMTP Question? Pin
hetrobezz22-Feb-07 13:26
hetrobezz22-Feb-07 13:26 
JokeRe: Pop-before-SMTP Question? Pin
Marcus J. Smith23-Feb-07 6:46
professionalMarcus J. Smith23-Feb-07 6:46 
Questionhow is it better to save user data in sessons or cookies? [modified] Pin
rama charan20-Feb-07 23:59
rama charan20-Feb-07 23:59 
AnswerRe: how is it better to save user data in sessons or cookies? Pin
badgrs21-Feb-07 0:42
badgrs21-Feb-07 0:42 
Generalhow is it better to save user data in sessons or cookies? [modified] Pin
rama charan21-Feb-07 0:46
rama charan21-Feb-07 0:46 
GeneralRe: how is it better to save user data in sessons or cookies? Pin
Amit Kumar G21-Feb-07 14:27
Amit Kumar G21-Feb-07 14:27 
I will try to explain you in more details.

Session Vs Cookies

1) Session objects are stored in server memory e.g IIS memory on the other hand cookies stored at client machine.

2) Now when it is stored at client machine then we can have some concerns like
security, cookieless browser, user delete the cookies etc...

3) Issues with Session is, if your server goes down then you loose the session value if you are using inproc session mgt.

4) Session can not be used in case of web farming (Load balancing)

SO now it is upto you as application arch, where you want to store....And if you need more information then google it...Session Vs Cookies....

Thanks
Amit



GeneralRe: how is it better to save user data in sessons or cookies? Pin
rama charan21-Feb-07 19:32
rama charan21-Feb-07 19:32 
Question"life cycle of server control" Pin
ravikiranreddydharmannagari20-Feb-07 23:40
ravikiranreddydharmannagari20-Feb-07 23:40 
AnswerRe: "life cycle of server control" Pin
badgrs21-Feb-07 0:38
badgrs21-Feb-07 0:38 
JokeRe: "life cycle of server control" Pin
Sandeep Akhare21-Feb-07 2:11
Sandeep Akhare21-Feb-07 2:11 
Questionlauch pdf file Pin
srinandan..20-Feb-07 23:05
srinandan..20-Feb-07 23:05 
AnswerRe: lauch pdf file Pin
nikneem200520-Feb-07 23:37
nikneem200520-Feb-07 23:37 
GeneralRe: lauch pdf file Pin
srinandan..21-Feb-07 0:01
srinandan..21-Feb-07 0:01 
AnswerRe: lauch pdf file [modified] Pin
Sylvester george20-Feb-07 23:43
Sylvester george20-Feb-07 23:43 
GeneralRe: lauch pdf file Pin
srinandan..20-Feb-07 23:59
srinandan..20-Feb-07 23:59 
GeneralRe: lauch pdf file Pin
Sylvester george21-Feb-07 0:02
Sylvester george21-Feb-07 0:02 
GeneralRe: lauch pdf file Pin
srinandan..21-Feb-07 0:04
srinandan..21-Feb-07 0:04 
GeneralRe: lauch pdf file Pin
Sylvester george21-Feb-07 0:18
Sylvester george21-Feb-07 0:18 
GeneralRe: lauch pdf file Pin
srinandan..21-Feb-07 0:32
srinandan..21-Feb-07 0:32 
GeneralRe: lauch pdf file Pin
Sylvester george21-Feb-07 0:43
Sylvester george21-Feb-07 0:43 
Question[Message Deleted] Pin
Khan.Bangash20-Feb-07 23:01
Khan.Bangash20-Feb-07 23:01 
AnswerRe: Sandeep Pin
Colin Angus Mackay20-Feb-07 23:16
Colin Angus Mackay20-Feb-07 23:16 
AnswerRe: Sandeep Pin
Sandeep Akhare20-Feb-07 23:16
Sandeep Akhare20-Feb-07 23:16 

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.