473,320 Members | 1,926 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

cookieless=true option and the ways to transfer session id

Hi,

Is there a way to have asp.net transfer the session id in the url as a
paramenter and not as part of the web address? something like the following:
https://www.anseladams.com/billinfo....V&SID=1&SGID=1
I don't want the force cookies on the web site.
Thanks

Nov 18 '05 #1
3 1900
What do you means by "as a parameter" ?

In cookieless mode, it is transferred as part of the querystring.

Patrice
"R.A." <te**@citsecure.com> a écrit dans le message de
news:eY**************@TK2MSFTNGP12.phx.gbl...
Hi,

Is there a way to have asp.net transfer the session id in the url as a
paramenter and not as part of the web address? something like the following: https://www.anseladams.com/billinfo....V&SID=1&SGID=1 I don't want the force cookies on the web site.
Thanks

Nov 18 '05 #2
yes but I see it as
http:http://www.myweb.com/(gnqwctqw45jnwn...)/Default.aspx
I want it to look like this:
https://www.anseladams.com/billinfo....V&SID=1&SGID=1
Thanks

"Patrice" <no****@nowhere.com> wrote in message
news:uo**************@TK2MSFTNGP10.phx.gbl...
What do you means by "as a parameter" ?

In cookieless mode, it is transferred as part of the querystring.

Patrice
"R.A." <te**@citsecure.com> a écrit dans le message de
news:eY**************@TK2MSFTNGP12.phx.gbl...
Hi,

Is there a way to have asp.net transfer the session id in the url as a
paramenter and not as part of the web address? something like the following:

https://www.anseladams.com/billinfo....V&SID=1&SGID=1
I don't want the force cookies on the web site.
Thanks


"Patrice" <no****@nowhere.com> wrote in message
news:uo**************@TK2MSFTNGP10.phx.gbl... What do you means by "as a parameter" ?

In cookieless mode, it is transferred as part of the querystring.

Patrice
"R.A." <te**@citsecure.com> a écrit dans le message de
news:eY**************@TK2MSFTNGP12.phx.gbl...
Hi,

Is there a way to have asp.net transfer the session id in the url as a
paramenter and not as part of the web address? something like the

following:

https://www.anseladams.com/billinfo....V&SID=1&SGID=1
I don't want the force cookies on the web site.
Thanks


Nov 18 '05 #3
Sorry,

I gave this a try. I'm almost sure I gave this a try and it was on the
QueryString (ASP.NET 1.0 vs ASP.NET 1.1 maybe ?)

I see nothing obvious in the configuration schema that would allow to change
this. What exactly is the problem ? Anyway, it shouldn't affect the app in
any other way. Still use the SessionID property, if you need this value.

Patrice

"R.A." <te**@citsecure.com> a écrit dans le message de
news:%2****************@TK2MSFTNGP12.phx.gbl...
yes but I see it as
http:http://www.myweb.com/(gnqwctqw45jnwn...)/Default.aspx
I want it to look like this:
https://www.anseladams.com/billinfo....V&SID=1&SGID=1

Thanks

"Patrice" <no****@nowhere.com> wrote in message
news:uo**************@TK2MSFTNGP10.phx.gbl...
What do you means by "as a parameter" ?

In cookieless mode, it is transferred as part of the querystring.

Patrice
"R.A." <te**@citsecure.com> a écrit dans le message de
news:eY**************@TK2MSFTNGP12.phx.gbl...
Hi,

Is there a way to have asp.net transfer the session id in the url as a
paramenter and not as part of the web address? something like the

following:

https://www.anseladams.com/billinfo....V&SID=1&SGID=1
I don't want the force cookies on the web site.
Thanks


"Patrice" <no****@nowhere.com> wrote in message
news:uo**************@TK2MSFTNGP10.phx.gbl...
What do you means by "as a parameter" ?

In cookieless mode, it is transferred as part of the querystring.

Patrice
"R.A." <te**@citsecure.com> a écrit dans le message de
news:eY**************@TK2MSFTNGP12.phx.gbl...
Hi,

Is there a way to have asp.net transfer the session id in the url as a
paramenter and not as part of the web address? something like the

following:

https://www.anseladams.com/billinfo....V&SID=1&SGID=1
I don't want the force cookies on the web site.
Thanks



Nov 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Nikander Bruggeman | last post by:
Hi, In a situation where I have 2 servers which are load balanced I keep losing session state, although I store the session state in sql server and use a cookieless session, so that the session...
3
by: Scott | last post by:
Hello, we are having problems displaying non-aspx files (images, style sheets) since we have upgraded to the 1.1 framework when using a cookieless session (sessionID in the url). Check out...
5
by: Grant | last post by:
Can anyone explained to me how the session state - cookieless = true work? Where is the information stored in the URL? I am concern hat some one can use that to the advantage (hacker). I have...
2
by: alex | last post by:
when i bookmark a page in my app with a session id in the path, that session id doesn't get reset. It survives timeouts, browser and server restarts. I'm seeing this behaviour whether I use InProc...
4
by: Bernie Raffe | last post by:
When I change the 'cookieless' flag in the WebConfig file to true, everything works fine on my local PC, but the images fail to appear when using the remote server. I specify my images...
0
by: Toro | last post by:
Hi, I have found some information about a potential security flaw in cookieless session management. I am sure that the issue is well known to the community because it was reported over 2 years...
4
by: Paul W | last post by:
Hi - I don't want to rely on my users having cookies enabled. If I use Cookieless=True it of course mangles the urls which means there is no browser caching of the pages, so it is slow. ...
0
by: vickeybird | last post by:
Hi, My current application requires me to use HTTPS and Cookieless Sessions. Ive just implemented HHTP Handler to redirect all http request to https as described by Matt Sollars at...
0
by: Jayesh | last post by:
Hi, I am having a problem with exporting crystal report in .Net application.The export is running fine if cookieless='false' is set in web.config file on server.As soon as the cookieless='true' is...
1
by: MPF | last post by:
Thanks in advance for any info. If the cookieless=true is turned on, the sessions are stored in the database. If cookieless=false, then no attempt to use the database is made. I verified this by...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.