If cookies is disabled in client browser will session work ?
Answers were Sorted based on User's Feedback
Answer / aneesh anirudhan
Sessions are normally tracked with cookies. However,
clients are not required to accept cookies. Furthermore,
you can turn off the use of cookies for session tracking
altogether in the Web Application Server Control Panel.
However when cookies are turned off or cookies are not
enabled on a specific client computer, the server must work
harder to track the session state, which has a performance
impact. The recommendation is to leave cookies on and let
the server automatically fall back to the cookieless
operation only when required by a specific client
connection.
When a session is created by the server, some information
is automatically stored in it - the session ID and a
timestamp. as an application developer, you can also store
other information in the session in order to make it
available to subsequent requests without explicitly passing
it to that request.
| Is This Answer Correct ? | 28 Yes | 7 No |
Answer / vidit tyagi
if cookies is disabled in client browser than session will
work by setting the property cookieless session="true"
| Is This Answer Correct ? | 22 Yes | 3 No |
Yes it will still work ... Now the session key
(generated when client visited the server
first time)will be sent as query sting through
URL.
| Is This Answer Correct ? | 10 Yes | 2 No |
Answer / amit
Sessions are normally tracked with cookies. However,
clients are not required to accept cookies. Furthermore,
you can turn off the use of cookies for session tracking
altogether in the Web Application Server Control Panel.
However when cookies are turned off or cookies are not
enabled on a specific client computer, the server must work
harder to track the session state, which has a performance
impact. The recommendation is to leave cookies on and let
the server automatically fall back to the cookieless
operation only when required by a specific client
connection.
When a session is created by the server, some information
is automatically stored in it - the session ID and a
timestamp. as an application developer, you can also store
other information in the session in order to make it
available to subsequent requests without explicitly passing
it to that request.
there is always a session generated between client and
server when the request for the page done. the session
variable would work
| Is This Answer Correct ? | 6 Yes | 3 No |
Answer / naved
Yes session is still will be worked if cookie is disabled
because every one know that session using cookie to stored
data but when cookie is disable on client side so it uses
two different process to send sessionId to the server..
Please read compleate post in detail from here ...
http://phpsollutions.blogspot.com/2014/05/can-sessions-work-without-cookies-if-so.html
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / pramod
No session will not work.if we set cookies session to true
then it will work.
| Is This Answer Correct ? | 20 Yes | 28 No |
what is mean by framework?
What is a user developed application?
One application have three forms for registration .submit button is at third form.after filling three forms only u have to click submit button.After clicking the submit button all the values in first,second& third form saved on sql server.how to handle this situation .
What is Razor View Engine
How to execute a stored procedure.and how to call it form a asp page
Can you explain the difference between an ADO.NET Dataset and an ADO Recordset?
Which control would you use if you needed to make sure the values in two different controls matched?
If we add a textbox and give the required field validator,and i add two radio buttons 1 is yes another one is No.And i add another one server control button ,if i click the button ,if the radio button Yes is checked the validation control is fired ,if no the validation control is not fired.So what you used to solve this problem.
What are the new features implemented in ASP.NET?
What is the used of "ispostback" property?
What is an asp.net web form?
Create the Output by mearging 2 tables and taking common column sid from both you should not use database create table and data in it Randomly table 1 sid sname saddress 1 sa ampt 2 na hyd 3 ha hyd table 2 sid dno dname 1 12 stats 2 23 phy 3 12 stats OutPUt sid sname saddress did dname 1 sa ampt 12 stats 2 na hyd 23 phy 3 ha hyd 12 stats
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)