zend-session Questions
7
Solved
I have recently started building an application using Zendframework 2 , I have good experience in ZF1 , the major problem I am facing here with ZF2 is with sessions .
Here is the way that I am cr...
Hudak asked 4/3, 2013 at 5:43
6
Solved
I'm currently working on a new Application using (among other things) Zend_Auth but, for whatever reason, this Error Message is showing up at any location totally randomly (or so it seams)
Zend...
Gyre asked 28/5, 2010 at 16:46
5
Solved
I am getting numerous errors exactly like this one:
Zend_Session_Exception: Session must be started before any output has been sent to the browser; output started in /usr/local/zend/share/pear/PHP...
Kristinkristina asked 31/3, 2011 at 19:21
1
Solved
I have set up two user account modules - administrator and customer. My current set-up means if you log into administrator my app thinks you're logged in as a customer also. The solution I've decid...
Deductive asked 29/9, 2016 at 14:0
4
I'm trying to store sessions in a database using Zend Sessions however for some reason my sessions die out. Im not sure if there's some code being executed which does this or whether its some...
Haro asked 11/5, 2011 at 11:4
2
I'm trying to change the session backend of Zend_Auth. But couldn't succeed it.
In my bootstrap.php ;
$oBackend = new Zend_Cache_Backend_Libmemcached(
array(
'servers' => $servers,
'compres...
Leptospirosis asked 28/8, 2012 at 13:5
6
Solved
I have made a login system through zend auth here is the code
// userAuthentication
public function authAction(){
$request = $this->getRequest();
$registry = Zend_Registry::getInstance();
$...
Ist asked 25/1, 2012 at 11:21
3
Solved
I want to know how to get the number of users currently online or having active sessions on a website using Zend Framework.
I tried the usual way of reading Session save path, but its not working ...
Templet asked 9/12, 2010 at 0:29
1
The architecture of the Session component in Zend Framework 2 is yet undocumented and I'm having some trouble understanding it's practical use (compared to the very intuitive Symfony Session for ex...
Obeah asked 16/12, 2012 at 19:51
1
Solved
I store a couple of value in a temporary session using: $job = new Zend_Session_Namespace('application');
How would I destroy only the session application without clearing all sessions.
Accordance asked 8/11, 2011 at 16:8
3
Solved
i'm trying to work out how i can stop zend or redirect zend to go to a different zend controller and action if a check within the boot strap fails.
for example a get variable does not exist or mor...
Patterman asked 26/10, 2010 at 14:12
1
© 2022 - 2024 — McMap. All rights reserved.