fahad ashraf
Well-known member
Hello,
I am working on a project which have following features
It is working fine for login user,
But for guest user i am using following code.
The problem is for guest, style set when i refresh the page two times . How can i set a style for guest on first time page refresh anyone please ? @Chris D ?
Thanks,
I am working on a project which have following features
- User can set a style for a forum
- User can set a style for a thread
PHP:
$visitor->style_id=$style_id;
$visitor->save():
It is working fine for login user,
But for guest user i am using following code.
PHP:
$this->app->response()->setCookie('style_id',$style_id);
The problem is for guest, style set when i refresh the page two times . How can i set a style for guest on first time page refresh anyone please ? @Chris D ?
Thanks,
Last edited: