| Author |
Topic Search Topic Options
|
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 05 June 2008 at 8:33am |
|
You should really start a new topic on this in the version 9 forum, or even better do a search as this has been covered numerous times.
If the are getting these types of problem then it suggests that the web server you are using can not hold ASP Sessions, either because there is an issue with the server or you are using a load balanced server.
Edit the file functions/functions_session_data.asp and setting the following variable to true so that sessions can be stored in the database:-
Const blnDatabaseHeldSessions = False
Edited by WebWiz-Bruce - 05 June 2008 at 10:34am
|
|
|
 |
Nattadon
Newbie
Joined: 28 April 2006
Location: Thailand
Status: Offline
Points: 15
|
Post Options
Thanks(0)
Quote Reply
Posted: 05 June 2008 at 9:45am |
|
I don't meet the performing fee translates this in my fire. or not is I will can the fire has gone up new? if no how am I will must do ?
please with.
|
 |
Nattadon
Newbie
Joined: 28 April 2006
Location: Thailand
Status: Offline
Points: 15
|
Post Options
Thanks(0)
Quote Reply
Posted: 05 June 2008 at 9:49am |
|
I have person in the heading has of 9 litters already doesn't meet the way corrects , that can TRUE use , old this heading in the giving information arrives at you , beg one's pardon keep , at , that this with ,
I might use the language , do not touch [ cheap ] a pillar must forgive with ,
|
 |
Nattadon
Newbie
Joined: 28 April 2006
Location: Thailand
Status: Offline
Points: 15
|
Post Options
Thanks(0)
Quote Reply
Posted: 05 June 2008 at 9:54am |
|
now , I have sent the performing fee translates , that enhance down go to already , but , be such originally as ,
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 05 June 2008 at 10:31am |
|
Sorry don't understand a word you are saying.
The solution given in my previous post (if you can read it) will fix the issue you are having with your broken or load balanced server.
|
|
|
 |
Nattadon
Newbie
Joined: 28 April 2006
Location: Thailand
Status: Offline
Points: 15
|
Post Options
Thanks(0)
Quote Reply
Posted: 05 June 2008 at 11:22am |
|
So, Do me must NLB Cluster on Server? Already, Do i must repair ASP Code where? if be the Database is otherly have NLB to do?
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 05 June 2008 at 11:27am |
|
As posted earlier:-
Edit the file functions/functions_session_data.asp and setting the
following variable to true so that sessions can be stored in the
database:-
Const blnDatabaseHeldSessions = False
Change to:-
Const blnDatabaseHeldSessions = True
|
|
|
 |
Nattadon
Newbie
Joined: 28 April 2006
Location: Thailand
Status: Offline
Points: 15
|
Post Options
Thanks(0)
Quote Reply
Posted: 07 June 2008 at 2:38pm |
I search "Const blnDatabaseHeldSessions" did not match any code file functions_session_data.asp you can download file functions_session_data.asp in zip http://www.tdsthailand.com/forum/functions/functions_session_data.zip
|
 |