Author |
Topic  |
|
goofyguy620
New Member

USA
84 Posts |
Posted - 06 April 2010 : 00:28:11
|
Hi,
I am trying to set up the flashchat for my forum, there is a line saying Set the "120" to equal number of minutes before chat session closes. -1000 = never
Can you tell me how should I put this number? I suppose to change this line below (see RED)
<%Response.Expires = 120%>
Please Advice, Thanks |
Jimmy |
|
Carefree
Advanced Member
    
Philippines
4222 Posts |
Posted - 06 April 2010 : 13:01:25
|
Yes. Change the value of 120 to the duration of time (in minutes) that you wish the session to remain open. A value of (-1000) will keep it open indefinitely.
To make the necessary change more clear, look at it this way:
<%
Response.Expires = 120
%>
|
 |
|
HuwR
Forum Admin
    
United Kingdom
20600 Posts |
Posted - 06 April 2010 : 15:13:15
|
quote: A value of (-1000) will keep it open indefinitely
Since when ? a negative response.Expires will expire the response immediately not indefinitely, it is not possible to cache the response indefinitely, and it has nothing to do with sessions it is for setting page cache duration which is not the same. |
 |
|
goofyguy620
New Member

USA
84 Posts |
Posted - 06 April 2010 : 22:32:50
|
Hi Carefree, HuwR
I have it set for 1000, is this a good number?
<% Response.Expires = 1000 %>
Please Advice, Thanks |
Jimmy |
 |
|
HuwR
Forum Admin
    
United Kingdom
20600 Posts |
Posted - 07 April 2010 : 06:43:29
|
As I said above, response does not have anything to do with sessions, the response relates to how long a page is cached by the webserver which is not the same thing as sessoion timeout, so it really depends what you are trying to achieve. |
 |
|
balexandre
Junior Member
 
Denmark
418 Posts |
Posted - 07 April 2010 : 07:53:51
|
my personal suggestion:
go with a non flash chat! |
Bruno Alexandre (Strøby, DANMARK)
"a Portuguese in Danmark"
|
 |
|
goofyguy620
New Member

USA
84 Posts |
Posted - 07 April 2010 : 20:47:54
|
Hi HuwR, Balexandre,
Ok, I understand now, is the time line being Not much what is the number is set for.
Balexandre, may I ask how different between a FlashChat and NON Flashchat? Also, I went to the Mibbit site look the same as the FlashChat I am using. About this Mibbit forum, do we keep the script/files on our site and upload to my own hosting web space or upload on their server for hosting? The reason I am asking, there's charges if upgrade the forum and the FREE version is not but there's advertisment.
Please Advice, Thanks, |
Jimmy |
 |
|
|
Topic  |
|