Click here to Skip to main content
15,913,055 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: view state Pin
minhpc_bk22-Jun-06 0:57
minhpc_bk22-Jun-06 0:57 
Questionasp.net 2.0 send email Pin
fmardani21-Jun-06 22:51
fmardani21-Jun-06 22:51 
AnswerRe: asp.net 2.0 send email Pin
PavanPareta22-Jun-06 0:13
PavanPareta22-Jun-06 0:13 
Questioncreating tabstrip Pin
gayatripapasastri21-Jun-06 22:12
gayatripapasastri21-Jun-06 22:12 
AnswerRe: creating tabstrip Pin
minhpc_bk22-Jun-06 0:53
minhpc_bk22-Jun-06 0:53 
QuestionDoubt in Session and Cookies Pin
ChennaiBabu21-Jun-06 21:50
ChennaiBabu21-Jun-06 21:50 
AnswerRe: Doubt in Session and Cookies Pin
Paddy Boyd21-Jun-06 23:26
Paddy Boyd21-Jun-06 23:26 
AnswerRe: Doubt in Session and Cookies Pin
Guffa22-Jun-06 1:22
Guffa22-Jun-06 1:22 
You have to make the distinction between session, session and Session:

:: A session in the browser is as long as you have a web site open.

:: A session for the server is until it assumes that the user went away, usually 20 minutes after the last request.

:: The Session object is the object that the server uses to keep track of a session.

As you are comparing the session to cookies, I assume that you don't mean sessions at all, but session variables.

Session variables is stored in the Session object on the server. Cookies is stored in the browser (or by the browser in a file) and are sent to the server in every request.


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

Questiondynamically create a webchart within a repeater control. Pin
uglyeyes21-Jun-06 21:04
uglyeyes21-Jun-06 21:04 
AnswerRe: dynamically create a webchart within a repeater control. Pin
minhpc_bk22-Jun-06 0:47
minhpc_bk22-Jun-06 0:47 
GeneralRe: dynamically create a webchart within a repeater control. Pin
uglyeyes22-Jun-06 17:08
uglyeyes22-Jun-06 17:08 
GeneralRe: dynamically create a webchart within a repeater control. Pin
minhpc_bk22-Jun-06 20:06
minhpc_bk22-Jun-06 20:06 
GeneralRe: dynamically create a webchart within a repeater control. Pin
uglyeyes25-Jun-06 21:07
uglyeyes25-Jun-06 21:07 
QuestionLogin User Control Pin
johnprakash21-Jun-06 20:44
johnprakash21-Jun-06 20:44 
AnswerRe: Login User Control Pin
Paddy Boyd22-Jun-06 0:02
Paddy Boyd22-Jun-06 0:02 
JokeRe: Login User Control Pin
_AK_22-Jun-06 0:03
_AK_22-Jun-06 0:03 
GeneralRe: Login User Control Pin
johnprakash22-Jun-06 1:11
johnprakash22-Jun-06 1:11 
GeneralRe: Login User Control Pin
johnprakash22-Jun-06 1:12
johnprakash22-Jun-06 1:12 
QuestionDynamic column in crystal report [modified] Pin
meetbinu200321-Jun-06 19:44
meetbinu200321-Jun-06 19:44 
QuestionBiztalk server Pin
givipi21-Jun-06 19:04
givipi21-Jun-06 19:04 
AnswerRe: Biztalk server Pin
minhpc_bk21-Jun-06 19:46
minhpc_bk21-Jun-06 19:46 
QuestionPlz help ?problem in dropdownlist [modified] Pin
nabeelkhan21-Jun-06 18:32
nabeelkhan21-Jun-06 18:32 
AnswerRe: Plz help ?problem in dropdownlist Pin
_AK_21-Jun-06 18:58
_AK_21-Jun-06 18:58 
GeneralRe: Plz help ?problem in dropdownlist Pin
nabeelkhan21-Jun-06 19:13
nabeelkhan21-Jun-06 19:13 
GeneralRe: Plz help ?problem in dropdownlist [modified] Pin
nabeelkhan21-Jun-06 19:21
nabeelkhan21-Jun-06 19:21 

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.