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

FormsAuthentication.RedirectFromLoginPage when no ReturnURL

I have a logon page that is may be called by the Forms Authentication setup.

This would put a ReturnURL as part of the URL. I would normally then just
issue a:

FormsAuthentication.RedirectFromLoginPage(logon.tx t,true)

But I also am giving them an option to register which would go to a new
page. From this page, when they submit, I want to go the original page they
were heading for (ReturnURL) when the went to the logon page.

What I am doing at the moment is putting the ReturnURL in a session cookie.
When I am done I would just do something like:

server.transfer(session("ReturnURL")).

The problem is that the logon cookie that
FormsAuthentication.RedirectFromLoginPage sets would not be set and when the
user goes to the next page, he would first go to the logon page.

I don't want that to happen. Is there a way to set the cookie the way that
FormsAuthentication.RedirectFromLoginPage does before I do the transfer?

Thanks,

Tom.
Nov 19 '05 #1
2 3477
If I understand correctly, check out FormsAuthentication.SetAuthCookie:

http://msdn.microsoft.com/library/de...ookietopic.asp
Hope this helps,
Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/
"tshad" <ts**********@ftsolutions.com> wrote in message
news:eO**************@TK2MSFTNGP10.phx.gbl...
I have a logon page that is may be called by the Forms Authentication setup.
This would put a ReturnURL as part of the URL. I would normally then just
issue a:

FormsAuthentication.RedirectFromLoginPage(logon.tx t,true)

But I also am giving them an option to register which would go to a new
page. From this page, when they submit, I want to go the original page they were heading for (ReturnURL) when the went to the logon page.

What I am doing at the moment is putting the ReturnURL in a session cookie. When I am done I would just do something like:

server.transfer(session("ReturnURL")).

The problem is that the logon cookie that
FormsAuthentication.RedirectFromLoginPage sets would not be set and when the user goes to the next page, he would first go to the logon page.

I don't want that to happen. Is there a way to set the cookie the way that FormsAuthentication.RedirectFromLoginPage does before I do the transfer?

Thanks,

Tom.

Nov 19 '05 #2
"Karl Seguin" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME net>
wrote in message news:%2****************@tk2msftngp13.phx.gbl...
If I understand correctly, check out FormsAuthentication.SetAuthCookie:

http://msdn.microsoft.com/library/de...ookietopic.asp
That was what I was looking for.

Thanks,

Tom.

Hope this helps,
Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/
"tshad" <ts**********@ftsolutions.com> wrote in message
news:eO**************@TK2MSFTNGP10.phx.gbl...
I have a logon page that is may be called by the Forms Authentication

setup.

This would put a ReturnURL as part of the URL. I would normally then
just
issue a:

FormsAuthentication.RedirectFromLoginPage(logon.tx t,true)

But I also am giving them an option to register which would go to a new
page. From this page, when they submit, I want to go the original page

they
were heading for (ReturnURL) when the went to the logon page.

What I am doing at the moment is putting the ReturnURL in a session

cookie.
When I am done I would just do something like:

server.transfer(session("ReturnURL")).

The problem is that the logon cookie that
FormsAuthentication.RedirectFromLoginPage sets would not be set and when

the
user goes to the next page, he would first go to the logon page.

I don't want that to happen. Is there a way to set the cookie the way

that
FormsAuthentication.RedirectFromLoginPage does before I do the transfer?

Thanks,

Tom.


Nov 19 '05 #3

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

Similar topics

2
by: Cantekin Guneser | last post by:
i have prepared my web config file as follow; <authentication mode="Forms" > <forms name="jedi" loginUrl = "WebForm1.aspx" protection = "All" timeout = "10" path="/"></forms> ...
3
by: Jacob Crossley | last post by:
I have two web applications on the same server: http://localhost/ModemUpgrade and http://localhost/TestFormAuth The web.config of ModemUpgrade:
0
by: Jacob Crossley | last post by:
I have two web applications on the same server: http://localhost/ModemUpgrade and http://localhost/TestFormAuth The web.config of ModemUpgrade:
1
by: Bryan | last post by:
Hi, here's my cod If AuthorizeUser(txtUsername.Text, txtPassword.Text) The If Request.QueryString("ReturnURL") > "" The FormsAuthentication.RedirectFromLoginPage(txtUsername.Text, False Els...
1
by: Danny | last post by:
Hi there, I was wondering if anyone would be able to shed some light on the following behaviour for me. I have an application that is using Forms Authentication with non-persistent cookies, a...
3
by: Phil Certain | last post by:
Hi I'm building a site that has publicly available pages and password protected pages. Publicly available pages reside in: /public and password protected pages reside in: /private
1
by: Dean R. Henderson | last post by:
I setup FormsAuthentication on a couple websites where it has been working as expected for a long time. I used this code to setup the same type of authentication on a new website I am working on...
2
by: rn5a | last post by:
A web.config file has the following code: <configuration> <system.web> <authentication mode="Forms"> <forms name="NETConnectCookie" loginUrl="Login.aspx"> <credentials passwordFormat="SHA1"/>...
1
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
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.