This is a discussion on "User login by ASP.net" within the ASP.NET Forum section. This forum, and the thread "User login by ASP.net are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
User login by ASP.net
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
User login by ASP.net
I have a user login page built using ASPvbscript, i tried to redirect it to a *.aspx page but it does not recognise my session.contents=true and keep redirect me to the user login.asp, i'm new in either asp or asp.net, all i was doing is to built the page with Dreamweaver MX, anyone, please help.
|
|
|
|
|||
|
Ok I didnt have time to read this article but it might help:
How to Share Session State Between Classic ASP and ASP.NET http://msdn.microsoft.com/library/de...rttoaspnet.asp If that doesnt help, come back... |
|
|||
|
Thanks, i've seen that but too complicated for me...any simpler method?
|
|
|||
|
Ok this is kinda dangerous but just create a new .aspx page which sets the session and then redirects.
So your classic asp page redirects to the Session creator aspx page, that sets the session and then redirects to where-ever you want. Heres the aspx code for the session creator:
|
![]() |
| Tags |
| user, login, aspnet |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| mysql data loads once user login | longstand | PHP Forum | 9 | Feb 7th, 2008 07:10 |
| User login or anonymous? | alexgeek | Website Planning | 6 | Jan 22nd, 2008 05:51 |
| PHP Login | Jack Franklin | PHP Forum | 25 | Oct 10th, 2007 09:27 |
| user login security question | tnikolov | Starting Out | 5 | May 7th, 2007 17:46 |
| php login help | Aaron1988 | PHP Forum | 2 | Jan 25th, 2007 15:58 |