hi,

I am following the sessions tutorial 
http://www.ape-project.org/wiki/index.php/Tutorial:Using_sessions
for maintaining the chat environment in my app. But on page refresh
the frequency increases from 0 to 9 . Is this normal behaviour? a
little doubful as after the freq reaches 10 , APE doesnt work as i
have only listed domains with frequencies 0 to 9 in /etc/hosts
file .

I followed exactly whats written in the tutorial with the only change
that i am including "Build/uncompressed/apeClientJS.js" instead of
"Clients/JavaScript.js" as given in the tutorial.( I tried with
Javascript.js as well but it still behaves the same way.)

Then as per the tutorial i have written
APE.Config.scripts = [APE.Config.baseUrl + '/Build/uncompressed/
apeCoreSession.js'];

finally i looked into the code (apeCoreSession.js) and on line no.
3476 i changed

"tmp.cookie.frequency = tmp.cookie.frequency.toInt() + 1;"

to

"tmp.cookie.frequency = tmp.cookie.frequency.toInt() ;"

still the freq keeps increasing

am I missing anything here ?

Thanks

-- 
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/

Reply via email to