473,797 Members | 3,204 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Some users cannot fill out the user account.

I have some users cannot fill out the user account information. First page
ask them for a code then the second page ask for the user information. When
they click on continue in user information page, it takes them back to the
default page. I have a if statement "if session(user_na me") = "" then
response.redire ct ("default.aspx" ) . Why is the session variables not
holding or not being populated? I changed the session state to "stateserve r"
but it is not helping. This does not work for ten out of 600 users.

Any idea what is going on?
Nov 17 '05 #1
5 1819
Grant,

Sessions depend on cookies. Do these users have cookies disabled?

You can switch sessions to run in cookieless mode (which uses the query
string instead). It may fix your problem.

Sincerely,

--
S. Justin Gengo, MCP
Web Developer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
"Grant" <Gr************ *@nutrikids.com > wrote in message
news:OM******** ******@TK2MSFTN GP12.phx.gbl...
I have some users cannot fill out the user account information. First page
ask them for a code then the second page ask for the user information. When they click on continue in user information page, it takes them back to the
default page. I have a if statement "if session(user_na me") = "" then
response.redire ct ("default.aspx" ) . Why is the session variables not
holding or not being populated? I changed the session state to "stateserve r" but it is not helping. This does not work for ten out of 600 users.

Any idea what is going on?

Nov 17 '05 #2
I assume you mean setting the cookieless to true in web.config. If so, I had
problem with that because the images were not loading anymore and the
website did not honor the CSS file because the url shows localhost/pay/(some
garbage here)/default.aspx.

Why and how can I correct that?

How is the information stored it cookie is set to true?
"S. Justin Gengo" <sj*****@aboutf ortunate.com> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
Grant,

Sessions depend on cookies. Do these users have cookies disabled?

You can switch sessions to run in cookieless mode (which uses the query
string instead). It may fix your problem.

Sincerely,

--
S. Justin Gengo, MCP
Web Developer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
"Grant" <Gr************ *@nutrikids.com > wrote in message
news:OM******** ******@TK2MSFTN GP12.phx.gbl...
I have some users cannot fill out the user account information. First page ask them for a code then the second page ask for the user information.

When
they click on continue in user information page, it takes them back to the default page. I have a if statement "if session(user_na me") = "" then
response.redire ct ("default.aspx" ) . Why is the session variables not
holding or not being populated? I changed the session state to

"stateserve r"
but it is not helping. This does not work for ten out of 600 users.

Any idea what is going on?


Nov 17 '05 #3
Were you using full URL paths or relative paths for your CSS and images?

"Grant" <Gr************ *@nutrikids.com > wrote in message
news:OQ******** ********@tk2msf tngp13.phx.gbl. ..
I assume you mean setting the cookieless to true in web.config. If so, I had problem with that because the images were not loading anymore and the
website did not honor the CSS file because the url shows localhost/pay/(some garbage here)/default.aspx.

Why and how can I correct that?

How is the information stored it cookie is set to true?
"S. Justin Gengo" <sj*****@aboutf ortunate.com> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
Grant,

Sessions depend on cookies. Do these users have cookies disabled?

You can switch sessions to run in cookieless mode (which uses the query
string instead). It may fix your problem.

Sincerely,

--
S. Justin Gengo, MCP
Web Developer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
"Grant" <Gr************ *@nutrikids.com > wrote in message
news:OM******** ******@TK2MSFTN GP12.phx.gbl...
I have some users cannot fill out the user account information. First page ask them for a code then the second page ask for the user information.

When
they click on continue in user information page, it takes them back to the default page. I have a if statement "if session(user_na me") = "" then
response.redire ct ("default.aspx" ) . Why is the session variables not
holding or not being populated? I changed the session state to

"stateserve r"
but it is not helping. This does not work for ten out of 600 users.

Any idea what is going on?



Nov 17 '05 #4
I am using relative path.
"Marina" <zl*******@nosp am.hotmail.com> wrote in message
news:uJ******** ******@TK2MSFTN GP09.phx.gbl...
Were you using full URL paths or relative paths for your CSS and images?

"Grant" <Gr************ *@nutrikids.com > wrote in message
news:OQ******** ********@tk2msf tngp13.phx.gbl. ..
I assume you mean setting the cookieless to true in web.config. If so, I

had
problem with that because the images were not loading anymore and the
website did not honor the CSS file because the url shows

localhost/pay/(some
garbage here)/default.aspx.

Why and how can I correct that?

How is the information stored it cookie is set to true?
"S. Justin Gengo" <sj*****@aboutf ortunate.com> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
Grant,

Sessions depend on cookies. Do these users have cookies disabled?

You can switch sessions to run in cookieless mode (which uses the query string instead). It may fix your problem.

Sincerely,

--
S. Justin Gengo, MCP
Web Developer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
"Grant" <Gr************ *@nutrikids.com > wrote in message
news:OM******** ******@TK2MSFTN GP12.phx.gbl...
> I have some users cannot fill out the user account information. First
page
> ask them for a code then the second page ask for the user
information. When
> they click on continue in user information page, it takes them back to the
> default page. I have a if statement "if session(user_na me") = ""

then > response.redire ct ("default.aspx" ) . Why is the session variables not > holding or not being populated? I changed the session state to
"stateserve r"
> but it is not helping. This does not work for ten out of 600 users. >
>
>
> Any idea what is going on?
>
>



Nov 17 '05 #5
Here is the scope.

I have set the cookieless to true. In order for the CSS and the image to
work correctly, I had to add aspnet_filter.d ll to the ISAPI Filters tab.

I will let you know if the user continues to have problem or not.

"Grant" <Gr************ *@nutrikids.com > wrote in message
news:%2******** ********@tk2msf tngp13.phx.gbl. ..
I am using relative path.
"Marina" <zl*******@nosp am.hotmail.com> wrote in message
news:uJ******** ******@TK2MSFTN GP09.phx.gbl...
Were you using full URL paths or relative paths for your CSS and images?

"Grant" <Gr************ *@nutrikids.com > wrote in message
news:OQ******** ********@tk2msf tngp13.phx.gbl. ..
I assume you mean setting the cookieless to true in web.config. If so,
I
had
problem with that because the images were not loading anymore and the
website did not honor the CSS file because the url shows localhost/pay/(some
garbage here)/default.aspx.

Why and how can I correct that?

How is the information stored it cookie is set to true?
"S. Justin Gengo" <sj*****@aboutf ortunate.com> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
> Grant,
>
> Sessions depend on cookies. Do these users have cookies disabled?
>
> You can switch sessions to run in cookieless mode (which uses the

query > string instead). It may fix your problem.
>
> Sincerely,
>
> --
> S. Justin Gengo, MCP
> Web Developer
>
> Free code library at:
> www.aboutfortunate.com
>
> "Out of chaos comes order."
> Nietzche
>
>
> "Grant" <Gr************ *@nutrikids.com > wrote in message
> news:OM******** ******@TK2MSFTN GP12.phx.gbl...
> > I have some users cannot fill out the user account information. First page
> > ask them for a code then the second page ask for the user information. > When
> > they click on continue in user information page, it takes them
back to the
> > default page. I have a if statement "if session(user_na me") = "" then > > response.redire ct ("default.aspx" ) . Why is the session variables not > > holding or not being populated? I changed the session state to
> "stateserve r"
> > but it is not helping. This does not work for ten out of 600
users.
>
> >
> >
> > Any idea what is going on?
> >
> >
>
>



Nov 17 '05 #6

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

Similar topics

0
1160
by: AndyAFCW | last post by:
I am developing my first .NET application that connects to a SQL Server 2000 database and I am having a total nightmare :x :evil: I am running Windows 2000 with Visual Studio .NET version 7.0.9466, .NET Framework 1.0.3705 and SQL Server 2000. I have created a simple table in an SQL database. SQL server includes ASPNET as a valid login which has unlimited access to all databases, including the database I have created. The ASPNET...
4
2428
by: Kristof Despiere | last post by:
Suppose you have one domain, filled with a couple of users. What needs to be done now is I need to start a windows application from a webform by pressing a button on the webform (for example). The problem is that the user who "owns" the service is always the ASPNET account. That's not good since you don't see the actual application (because it's owned by ASPNET). I've tried changed the processmodel section in the machine.config file to...
4
12170
by: Dan | last post by:
hi ng. i have a strange behaviour when i want to control who can access a web application by setting web.config like: <authorization> <allow users="DOMAIN\ACCOUNT,..." /> <deny users="*" /> the authorization is working fine, but the user receives the standard "The page cannot be displayed"
2
1359
by: google | last post by:
Setup: --------- Windows XP Pro SP1 (SP1 is not by my choice). 512MB RAM 3.2Ghz DotNet v1.1.4322 VS.NET 2003 Issue: -----------
1
3896
by: tangus via DotNetMonster.com | last post by:
Hello all, I'm really struggling with getting some Active Directory code to work in ASP.NET. Can you please provide assistance? I am executing the following code: Dim enTry As DirectoryEntry = New DirectoryEntry("LDAP://domain") Dim mySearcher As New DirectorySearcher(enTry) Dim resEnt As SearchResult mySearcher.Filter = ("(objectClass=*)") mySearcher.SearchScope = SearchScope.Subtree
2
2711
by: Rico | last post by:
Hello, I have an ASP web app with an SQL back end. I am currently migrating to a new Windows 2003 Server machine and SQL Server 2005 Express. When I import the old database, I'm trying to grant the IUSR_MachineName account access to the database, but I can't seem to find that user account. I'm clicking new users, and when I type this user in, SQL doesn't recognize it, and when I click "Browse" all I see is BUILTIN/Administrators,...
3
2091
by: Gary T via AccessMonster.com | last post by:
I have a couple of lulus here but I'll address the other one in "Queries". This one pertains to allowing users with read-only access to use the database whilst a person with admin access is using it. The way it stands right now, if an admin user is in it the r/o user gets a prompt that the DB is locked. Bear in mind, I am only allowed to use system security, NOT Access security. Any takers
5
1508
by: nylyst | last post by:
I've run into a rather strange situation, and can't seem to find any details on why this would even be happening, so here goes: I've created an app to force users to update their pcAnywhere passwords. This is a VB.Net project compiled against .Net 1.1. This executable is placed on a terminal server in \Documents and Settings\All Users\Desktop and up until recently worked just fine, with about 10 people utilizing it on a recurring basis....
5
8236
by: Dakrat | last post by:
Allow me to preface this post by saying that this is my first database project, and while I have learned a lot, any concepts I have learned are hit and miss as I have found new requirements and researched solutions. That said, I have a "training" database with PowerPoint briefings which I have users access and complete training. The form then records the date and time they completed training in a relevant field. I have a separate "master"...
0
9685
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
10469
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10246
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...
0
10023
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6803
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
5459
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
5582
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3750
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2934
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.