Displaying 3 results from an estimated 3 matches for "setcooki".
Did you mean:
setcookie
2006 Jan 11
9
Prototype & Cookies
Has anyone written any "cookie" class using prototype?
Basically, what I am looking for is if there is an easy way to store mutiple cookies in a single cookie using hash or something - easy writing and retrieval (updating the cookie value).
For eg -
If I had 25 cookies for my domain 5 of the cookies would either get dropped or not be set (as there is a limit of 20 cookies per domain).
2006 Apr 16
0
Prototype Window Class v0.70
...setContent. The window will be at the exact
element location
- Add draggable/closable parameter if you need to specify is the
window is draggable/closable or not
- Add parent parameter if you need a specific parent element of the
window instead of body (useful for forms)
- Better resize
- Add setCookie to store window location/size in a cookie
And I have also created a mailing list to have an easier way to send
bugs/feature requests or any questions.
Thanks a lot to all of you guys that helped me in this project
Seb
2009 Oct 11
1
problem with old stable 0.1.1 roundcubemail contained in the deposit EPEL
...#39;settings','addressbook','logout');
if (empty($INSTALL_PATH))
? $INSTALL_PATH = './';
else
? $INSTALL_PATH .= '/';
//This is the little patch that clears the session cookie
if ( isset($_COOKIE['session']) and !empty($_COOKIE['session'] ))
{
?setcookie('session');
?unset($_COOKIE['session']); //suret?
}
//This is the little patch that clears the session cookie
my problem is that I see appear the login page I enter all data but I do not
understand why I can not fit into the webmail
thanks for all your feedback
SL
nb : 'Bud...