473,394 Members | 1,778 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,394 software developers and data experts.

cookieless=false question

Hello,
why others can't access my web site when cookieless is set to false?
Thanks
(I've posted a same question, more or less before, but there where no
answeres).

--
With the best wishes,
Shaul Feldman
Nov 18 '05 #1
4 2128
Not sure. User's could have their cookies turned off, in which case, the
forms auth will not work. That is the first thing I can think of. It could
also be that you are missing some info in your authentication and/or
authorization sections. Post the code for each (from your web.config)

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

************************************************** *************
Think outside the box!
************************************************** *************
"Shaul Feldman" <sf******@writeme.com> wrote in message
news:em**************@TK2MSFTNGP09.phx.gbl...
Hello,
why others can't access my web site when cookieless is set to false?
Thanks
(I've posted a same question, more or less before, but there where no
answeres).

--
With the best wishes,
Shaul Feldman

Nov 18 '05 #2
Not sure. User's could have their cookies turned off, in which case, the
forms auth will not work. That is the first thing I can think of. It could
also be that you are missing some info in your authentication and/or
authorization sections. Post the code for each (from your web.config)

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

************************************************** *************
Think outside the box!
************************************************** *************
"Shaul Feldman" <sf******@writeme.com> wrote in message
news:em**************@TK2MSFTNGP09.phx.gbl...
Hello,
why others can't access my web site when cookieless is set to false?
Thanks
(I've posted a same question, more or less before, but there where no
answeres).

--
With the best wishes,
Shaul Feldman

Nov 18 '05 #3
Hello,
Thank you for helping.
I'll try to post it in a week - Passover holidays are right now and I won't
be at work.
Someone "one" has posted an interesting idea:
<identity impersonate="true" />
underneath:
<authentication mode="Windows"/>
But I have no clue what impersonate means in ASP.Net context.
The funny thing is that computers with Win98/95 could access my website and
get a session ID, when Win2K couldn't or wouldn't receive a session ID... I
guess I have to learn more about web.config and if you have in mind some
useful resources, I'd be more than happy to browse them.
Thank a lot,

--
With the best wishes,
Shaul Feldman

"Cowboy (Gregory A. Beamer) [MVP]" <No************@comcast.netNoSpamM> wrote
in message news:#2**************@TK2MSFTNGP12.phx.gbl... Not sure. User's could have their cookies turned off, in which case, the
forms auth will not work. That is the first thing I can think of. It could
also be that you are missing some info in your authentication and/or
authorization sections. Post the code for each (from your web.config)

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

************************************************** *************
Think outside the box!
************************************************** *************
"Shaul Feldman" <sf******@writeme.com> wrote in message
news:em**************@TK2MSFTNGP09.phx.gbl...
Hello,
why others can't access my web site when cookieless is set to false?
Thanks
(I've posted a same question, more or less before, but there where no
answeres).

--
With the best wishes,
Shaul Feldman


Nov 18 '05 #4
Hello,
Thank you for helping.
I'll try to post it in a week - Passover holidays are right now and I won't
be at work.
Someone "one" has posted an interesting idea:
<identity impersonate="true" />
underneath:
<authentication mode="Windows"/>
But I have no clue what impersonate means in ASP.Net context.
The funny thing is that computers with Win98/95 could access my website and
get a session ID, when Win2K couldn't or wouldn't receive a session ID... I
guess I have to learn more about web.config and if you have in mind some
useful resources, I'd be more than happy to browse them.
Thank a lot,

--
With the best wishes,
Shaul Feldman

"Cowboy (Gregory A. Beamer) [MVP]" <No************@comcast.netNoSpamM> wrote
in message news:#2**************@TK2MSFTNGP12.phx.gbl... Not sure. User's could have their cookies turned off, in which case, the
forms auth will not work. That is the first thing I can think of. It could
also be that you are missing some info in your authentication and/or
authorization sections. Post the code for each (from your web.config)

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

************************************************** *************
Think outside the box!
************************************************** *************
"Shaul Feldman" <sf******@writeme.com> wrote in message
news:em**************@TK2MSFTNGP09.phx.gbl...
Hello,
why others can't access my web site when cookieless is set to false?
Thanks
(I've posted a same question, more or less before, but there where no
answeres).

--
With the best wishes,
Shaul Feldman


Nov 18 '05 #5

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

Similar topics

0
by: James Martin | last post by:
With the .NET Framework version 1.1, the following web.config code causes all of the html/aspx relative path references to fail: <sessionState mode="InProc" cookieless="true" timeout="20"/> ...
1
by: .NET Follower | last post by:
--- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.574 / Virus Database: 364 - Release Date: 1/29/2004
3
by: Carpe Diem | last post by:
Hello I have an aspx page that loses Session("user") value after a few minutes even after I set <sessionState mode="InProc" cookieless="false" timeout="300"> in web.config and wrote function...
2
by: Shaul Feldman | last post by:
Hello, why others can't access my web site when cookieless is set to false? Thanks (I've posted a same question, more or less before, but there where no answeres). -- With the best wishes,...
7
by: Ron Vecchi | last post by:
I've been searching to find an answer but can not. I have a site that started out using the defaul session cookieless="false" Most pages have an IFrame located on them. I decided to change to...
0
by: rodchar | last post by:
hey all, i turned my cookies off completely on my browser and changed my asp.net web config to cookieless="true" and my asp.net app still won't log me to my default.aspx. do have to do anything...
13
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...
1
by: Liam | last post by:
We recently decided to go from cookieless to cookies, changing web.config to read cookieless=false. Since making that change, I've noticed that javascript functions kept in included libraries...
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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,...
0
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...
0
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.