Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Current Version (Old)
 Need help with changing login
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Lulubton
Starting Member

11 Posts

Posted - 08 March 2001 :  06:47:18  Show Profile
I want to remove the login aspect of the forum because users already have to login when they enter my website. I've got a session variable set on these pages but am not sure what code i need to take out (something to do with cookies) of the forum section and replace with me session variable code.

Could someone let me know the code i need to look for on each page so that i can replace it with my session variable. Is it the same amount of code on each page ?

Thanks in advance

Lucy

stephenholland
Starting Member

Netherlands
9 Posts

Posted - 17 March 2001 :  15:57:08  Show Profile
I am also looking for the answer of your question let me know when you can help me!

Stephen
quote:

I want to remove the login aspect of the forum because users already have to login when they enter my website. I've got a session variable set on these pages but am not sure what code i need to take out (something to do with cookies) of the forum section and replace with me session variable code.

Could someone let me know the code i need to look for on each page so that i can replace it with my session variable. Is it the same amount of code on each page ?

Thanks in advance

Lucy





Go to Top of Page

Kat
Advanced Member

United Kingdom
3065 Posts

Posted - 19 March 2001 :  05:10:58  Show Profile  Visit Kat's Homepage
Lucy - there is a bit more to this than just searching for certain types of code.

You will need to change everything that refers to the following code:

Request.Cookies(strUniqueID & "User")("Name") 
or
Request.Cookies(strUniqueID & "User")("Pword")) 


KatsKorner

sorry - pressed post instead of preview..


You will need to go through each bit of code and make sure that you assign your session variable instead of assigning from the cookie as above. This should override the use of the cookie login but also remember that you need to decide whether to show the registration info too.

It is quite complicated to make sure you have caught every bit of code but it is everything related to the cookie username and password as I detailed above.Take a back-up before you start!


Edited by - kat on 19 March 2001 05:14:10
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.23 seconds. Powered By: Snitz Forums 2000 Version 3.4.07