Click here to Skip to main content
15,891,423 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Pop-before-SMTP Question? Pin
Marcus J. Smith21-Feb-07 2:51
professionalMarcus J. Smith21-Feb-07 2:51 
GeneralRe: Pop-before-SMTP Question? Pin
hetrobezz21-Feb-07 18:13
hetrobezz21-Feb-07 18:13 
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 
Cookies are not secure, generally speaking session variables are. If you have sensetive data to be stored use the session, and make sure the session data is stored server-side.

Using cookies will reduce the memory footprint of your application on the server, but will add more data for the user to download. Its a tough question if you have large amounts of data to store - who takes the hit, user or server? I'd normally opt for the server (sessions), its easy to throw RAM at a machine, not as easy to extend users patience while a page downloads.
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 
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 

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.