473,748 Members | 2,161 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Is anyone operating their Site LIVE on cookieless mode???



--
Thanks and Regards,

Amit Agarwal
Software Programmer(.NET )
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.576 / Virus Database: 365 - Release Date: 1/30/2004
Nov 18 '05 #1
4 1073
If I'm not mistaken, Mapblast is

http://www.mapblast.com/(zpbvkl3vlm1...grr)/Home.aspx

notice the cookieless session in the querystring

".NET Follower" <am************ *@SoftHome.net> wrote in message
news:eJ******** *****@TK2MSFTNG P11.phx.gbl...


--
Thanks and Regards,

Amit Agarwal
Software Programmer(.NET )
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.576 / Virus Database: 365 - Release Date: 1/30/2004

Nov 18 '05 #2
i think u hv mistaken...

the link is not working ..
plz confirm....
--
Thanks and Regards,

Amit Agarwal
Software Programmer(.NET )
"George Durzi" <gd****@hotmail .com> wrote in message
news:eh******** ******@TK2MSFTN GP10.phx.gbl...
If I'm not mistaken, Mapblast is

http://www.mapblast.com/(zpbvkl3vlm1...grr)/Home.aspx

notice the cookieless session in the querystring

".NET Follower" <am************ *@SoftHome.net> wrote in message
news:eJ******** *****@TK2MSFTNG P11.phx.gbl...


--
Thanks and Regards,

Amit Agarwal
Software Programmer(.NET )
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.576 / Virus Database: 365 - Release Date: 1/30/2004


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.576 / Virus Database: 365 - Release Date: 1/30/2004
Nov 18 '05 #3
That link won't work because it was *HIS* session ID!!!!

Just go to www.mapblast.com and you'll see he's correct.


".NET Follower" <am************ *@SoftHome.net> wrote in message
news:Oa******** ******@TK2MSFTN GP12.phx.gbl...
i think u hv mistaken...

the link is not working ..
plz confirm....
--
Thanks and Regards,

Amit Agarwal
Software Programmer(.NET )
"George Durzi" <gd****@hotmail .com> wrote in message
news:eh******** ******@TK2MSFTN GP10.phx.gbl...
If I'm not mistaken, Mapblast is

http://www.mapblast.com/(zpbvkl3vlm1...grr)/Home.aspx

notice the cookieless session in the querystring

".NET Follower" <am************ *@SoftHome.net> wrote in message
news:eJ******** *****@TK2MSFTNG P11.phx.gbl...


--
Thanks and Regards,

Amit Agarwal
Software Programmer(.NET )
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.576 / Virus Database: 365 - Release Date: 1/30/2004


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.576 / Virus Database: 365 - Release Date: 1/30/2004

Nov 18 '05 #4
hi,
ya indeed the site is operating on cookieless mode!!
actually i had msn behind the firewall
so the site was not coming

what issues u faced while designing the site...
like restriction on absolute urls...
etc..
neverthless
a good initative..

BUT it is not secure currently
if it is doing some tranaction
as ANYONE can HIJACK ur session


--
Thanks and Regards,

Amit Agarwal
Software Programmer(.NET )
"George Durzi" <gd****@hotmail .com> wrote in message
news:eh******** ******@TK2MSFTN GP10.phx.gbl...
If I'm not mistaken, Mapblast is

http://www.mapblast.com/(zpbvkl3vlm1...grr)/Home.aspx

notice the cookieless session in the querystring

".NET Follower" <am************ *@SoftHome.net> wrote in message
news:eJ******** *****@TK2MSFTNG P11.phx.gbl...


--
Thanks and Regards,

Amit Agarwal
Software Programmer(.NET )
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.576 / Virus Database: 365 - Release Date: 1/30/2004


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.577 / Virus Database: 366 - Release Date: 2/3/2004
Nov 18 '05 #5

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

Similar topics

2
1358
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 mode or StateServer. I'm getting this on a remote server where I'm using InProc cookieless mode and I'm getting this on my local machine where I've tried that and StateServer. I don't understand why asp.net won't reset the session code and write...
10
7930
by: Anthony Williams | last post by:
Hi gang, This one looks like a bug :o( As you may or may not know, setting session management in web.config to use cookieless sessions causes the ASP.NET runtime to munge a session ID into the URL, in the format http://yourapplicationpath/(Session.SessionID)/... which saves numerous headaches when it comes to storing state across page requests and sessions.
3
1230
by: vbwig(UNSUBSCRIBE) | last post by:
I've got an asp.net site which runs from IIS 5. On 4 customers sites, this site runs ok. On our main customers site, one of the pages takes a little while to process a request & times out - giving the user a "The page cannot be displayed" error message. These are the settings I've put in the web.config file: ---------------------------------------------------------- <authentication mode="Forms"> <forms name=".AFormName"...
1
1444
by: abhijit | last post by:
Hi Xperts, I have multiple Web Sites in different Live Servers. I want to login any of the sites, and then I will access all the other sites without giving any more login information (i.e I want to maintain the session state in all the web servers).Web Sites are developed in ASP.Net using C#.Net. I have configured my Web.Config with the Following details : <sessionState mode="SQLServer"
1
1353
by: Pronojit Roy | last post by:
Hi Xperts, I have multiple Web Sites in different Live Servers. I want to login any of the sites, and then I will access all the other sites without giving any more login information (i.e I want to maintain the session state in all the web servers).Web Sites are developed in ASP.Net using C#.Net. I have configured my Web.Config with the Following details : <sessionState mode="SQLServer"
2
1943
by: Daniel Malcolm | last post by:
Hi I just wanted to confirm that the "cookieless" attribute of the session section of the web.config file is an "all or nothing" setting. For some reason I thought that the following was the case: If "cookieless" is set to false then ... - If user's browser supports cookies then cookie is used to track Session
2
7003
by: Water Cooler v2 | last post by:
What do you mean by a cookieless session state? When you set the sessionState section's cookieless attribute to true in the web.config file, what does that mean? I read this (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/gngrfSessionstateSection.asp) and it does not explain the meaning of cookieless.
3
13420
by: shawn | last post by:
I am having a hard time finding an easy way to remove a reference to another .net project that I am no longer using (ASP 2.0 - this was an available option in 1.0). Other projects have a list of references that I can simply look at and delete a reference- with web projects, this does not seem to be the case. Thanks in advance....
2
4385
by: ravisingh11 | last post by:
<authentication mode="Forms"> <forms loginUrl="Login.aspx" protection="All" timeout="30" cookieless="AutoDetect" /> </authentication> Over here we can specify cookiless to be auto detect so it uses cookies if the client supports it or URL mangling(munging) if it doesnt.
0
8983
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8822
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9359
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9310
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6792
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6072
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4592
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4863
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2206
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.