The zend-session tag has no wiki summary.
12
votes
4answers
3k views
Zend_Session / Zend_Auth randomly throws Error Message ps_files_cleanup_dir: opendir(/var/lib/php5) failed: Permission denied (13)
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)
...
6
votes
2answers
1k views
PHPUnit output causing Zend_Session exceptions
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 ...
5
votes
4answers
570 views
Zend Framework - session id regenerated, can't stay logged in
Awe come on people :( isn't there any one who can help me out here
Hi guys, I'm trying to store sessions in a database using Zend Sessions however for somereason my sessions die out. Im not sure if ...
5
votes
2answers
713 views
How to check logged in online users using Zend Framework
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 ...
4
votes
1answer
311 views
Zend_Session_SaveHandler_DbTable is wiping the Session with every refresh?
I'm basically encountering the same problem as the poster in this question. My database is initialized properly. I've tried doing the initialization of both the database and the session SaveHandler ...
4
votes
1answer
269 views
Isolating Zend_Session in PHPUnit tests
I am testing authentification functionality of my site. Zend_Auth is using as authorization engine. But auth status remains between tests and I need to write 'logout' in every tearDown.
Now ...
3
votes
1answer
483 views
management users with Zend_Auth and Zend_Session
I want to Zend_Auth and Zend_Session to save user sessions and logins information
whats the easy and best way for implements following items:
1-Disallow multiple concurrent logins for the specific ...
2
votes
2answers
81 views
zend session and zend auth
i have made a login system through zend auth here is the code
// userAuthentication
public function authAction(){
$request = $this->getRequest();
$registry = ...
2
votes
1answer
204 views
Zend Framework way of dealing with sessions and “remember me”
I read I should increase gc_maxlifetime in php.ini to the same large value (weeks) as the one I'm telling Zend_Session::rememberMe(). Is this good practice? Is there a reason not to increase ...
2
votes
1answer
108 views
Zend Session Handler Db Table being destructed during PHPUnit test
I've been doing unit testing and I ran into this weird bad problem.
I'm doing user authentication tests with some of my services/mappers.
I run, all together about 307 tests right now. This only ...
2
votes
1answer
274 views
Zend_Auth using Zend_Session instead of default storage?
I was reading through this tutorial, and at one point in the code, the user info is retrieved from the database and a session is created for the user:
// the default storage is a session with ...
1
vote
2answers
52 views
Initialize Zend_Session with already started session
Could anybody help me to understand this issue?The problem is:
I have a two versions of my application that work in parallel. This means that I have sessions already started in one application that I ...
1
vote
1answer
81 views
Zend-framework: How to store the form(user-written review) data till user creates a new account
I am a newbie with zend. On the web-site i am building using zend/php, people can come and write a review. By default, we allow user to write a review without checking if the user is registered, but ...
1
vote
2answers
43 views
How to make do not auto session out? In zendframework
In my application.ini i do not have anything special. And i have tried as following in my Bootstrap.php, but it never worked, i get always session out auto. My goal is once a user loges in, he should ...
1
vote
2answers
192 views
how can we make Zend session storage as persistent among available methods?
I am little bit confused about Zend authentication session storage system. I will try to explain my problem. Please try to express your opinion or anything you know about zend session or my ...
1
vote
1answer
159 views
Zend Session: Common session at multi apps
I want to my users from one service at sub-domain/domain can login to the rest at once.
This is my structure:
library
app1
-config
-modules
-bootstrap
app2
-config
-modules
-bootstrap
app3
-config
...
1
vote
2answers
237 views
Maximum execution time exceeds due to session start?
I am getting following error when I use Zend_Session::Start() in my bootstrap file.
Maximum execution time of 30 seconds exceeded in G:\wamp\library\Zend\Session.php on line 480
On line 480 of ...
1
vote
2answers
340 views
Zend_Session doesn't allow you to destory and recreate a session
My requirement is, When user agent change session should destroy, and it should start new session. But Zend_Session::start() is throwing an exception if destroy was called before start().
try {
...
1
vote
2answers
184 views
Zend_Auth and Zend_Namespace Session Error
I'm developing an application, everything works fine but sometimes i get the following error:
Fatal error: Uncaught exception 'Zend_Session_Exception' with message 'session has already been started ...
1
vote
1answer
171 views
Zend_Session: determine if Session was initially started or just updated
I've got a problem with Zend_Session. I need to know, if the Session for this user was initially started the first time or if it was just updated in the current request.
I need to know that for ...
1
vote
0answers
222 views
Zend Framework Session swapping issue
I'm helping develop a website based on Zend Framework which has begun to experience session swapping issues that appear at random. WE have found no way of detecting this issue except when our users ...
1
vote
3answers
989 views
New Server: Zend_Session_Exception “session has already been started” http to https & vice versa
I'm trying to move a website to a new host (MediaTemple.)
When you stick to http, or https everything is fine. When going from http->https or https->http you get the error.
Fatal error: Uncaught ...
1
vote
0answers
97 views
Zend Session expiration problem, weird loggouts
i use zend session, in my bootstrap i have:
Zend_Session::rememberMe(3600); // 1 hour
Zend_Session::start();
everything works fine, but sometimes weird behaviour occures, sometimes it logs me out, ...
1
vote
1answer
181 views
Include all classes when reading from Zend_Session_Namespace?
I have two namespaces in my session: "global" and "user"
In "global" there are just a few settings and in "user" i have a serialized user-object which I guess is saved correctly:
(This is from the ...
1
vote
2answers
970 views
Bootstrapping and accessing session variables in Zend Framework
Having problems accessing session variables through different actions in ZF.
Here are the contents of the bootstrapper:
class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
{
protected ...
1
vote
1answer
225 views
Writing to Zend_Session_Namespace in destruct
I'm noticing some slightly unexpected behaviour using __destruct to write data using Zend_Session_Namespace in PHP 5.3:
public function __destruct(){
$this->getSession()->data = ...
1
vote
3answers
509 views
Zend Framework MVC redirecting to different controller and action
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 more ...
1
vote
0answers
232 views
Zend Auth locked session
i nearly frustrated with how Zend handling session.
here is my case. i write a auth plugin that always check the the user credential utilize Zend_Auth. and when invoke hasIdentity function from zend ...
1
vote
3answers
691 views
Define variables outside the PHP class
I m using zend.
I want to define the below code outside the controller class & access in different Actions.
$user = new Zend_Session_Namespace('user');
$logInArray = array();
...
1
vote
2answers
856 views
Accessing Zend Session data between actions
Here's my problem -
I'm trying to access a session namespace across actions. The ZF examples appear to work by generating NEW namespaces, but they only demonstrate this within one action - but how do ...
1
vote
1answer
2k views
Zend Sessions Problem (beginner)
I'm teaching myself Zend am and having a problem with using my session to call a View Helper action.
My controller:
<?php
class SessionController extends Zend_Controller_Action
{
protected ...
0
votes
0answers
18 views
form fields display cached values
My policyInfoAction redirects my form to clientInfoAction. It stores the empty field errors and the valid fields in the session variables and redirects it to the client-info page if it contains ...
0
votes
0answers
32 views
How to link an authenticated user to multiple session using Zend_Session in MySQL DB
I followed the manual to handle my sessions with a database.
http://framework.zend.com/manual/en/zend.session.savehandler.dbtable.html
However now I'd like to go the next step. If a user logs into ...
0
votes
2answers
62 views
unset session variable in zend view
I ll reframe my question based on some research I have done?
I need to store lot of errors separately like $_SESSION['client_error'],$_SESSION['state_error'] etc.
According to zend documentation do I ...
0
votes
2answers
104 views
Zend_auth - Doctrine 2.2 - autoloading pbl
I've updating lib Doctrine 2.0 to 2.2 with Bisna lib. It works just fine, but i've got a problem with Zend_Session / zend_auth when Zend_Session::start() is called (into Boostrap.php). I've got a ...
0
votes
1answer
51 views
How can I use Zend_Auth with Zend_Json_Server?
Zend's JSON-RPC server doesn't seem to like sessions, and I can't seem to attach a session even by passing Zend_Session::getId() in to my RPC method and revive it with Zend_Session::setId($session_id) ...
0
votes
0answers
48 views
Zend Session Issue
Hello I have been using Zendframe work lately and I am facing strange session issue.
I have a page that uses sessions. The session is not being set properly in local where as the same code works ...
0
votes
1answer
52 views
Session wont be created in Mozilla Firefox
I am working on a purchase system in my assignment and trying to solve the problem by using session to store data in the process.
Although im experiencing a problem in Mozilla Firefox, which cannot ...
0
votes
0answers
62 views
Zend Auth and Session expiration times
I'm using Zend_Auth for authentication in my site and I'm using Zend_Session to save some variables.
I often get a situation where zend auth hasn't been expired but zend session did.
Is there ...
0
votes
0answers
65 views
My (Zend_)Session are lost within IE6/7/8 but not 9 neither do with other browsers (Ff, Chrome), why?
My (Zend_)Session are lost within IE6/7/8 but not 9 neither do with other browsers (Ff, Chrome).
I'm using Zend Framework 1.10.5.
My index.php begins like this:
header('P3P:CP="IDC DSP COR ADM DEVi ...
0
votes
1answer
208 views
How to handle session destroy in Zend Framework?
I need to know users login and logout, the problem is when the user session timeouts, how can i handle this to update application.
On session destroy, i want to update a db table for example ?
I ...
0
votes
1answer
117 views
UNSET not working for Zend Session
I'm working with Zend Session but I have a problem. If I instanciate a Zend_Session_Namespace('a') and unset it, I continue getting the storage:
$storage = new Zend_Session_Namespace('a');
...
0
votes
4answers
138 views
Zend passing variables between controllers
I'm working on a small marketing project with Zend Framework, the backoffice of the project is currently made of two controller: a campaign controller and a minisite controller.
The user create a ...
0
votes
1answer
73 views
Can I know how to pass the zend session in /docs folder?
I have wordpress blog in /docs folder, I would like display zend session data on blogs header page. so I would like identify the zend session in wordpress header file, can any one tell me how do it?
0
votes
1answer
245 views
Duplicate DB sessions created upon Zend_Auth login
I must be doing something wrong. I can't seem to find the answer to my problem anywhere on the Web, and this generally means that the solution is so simple that no one needs an answer on it.
I am ...
0
votes
3answers
135 views
Zend_Session_Namespace from non-Zend PHP
I need to integrate my no-framework code with my brand new Zend Application. But they need to share a session. The problem I am facing is - when I am setting the session variables from the non-zend ...
0
votes
1answer
186 views
can you set a differnet session save path for different zend applications?
i'm creating a warehouse management system for my business which will be made up of 5 different zend applications all stored on the one webserver.
what i want to do is store 3 of the applications ...
0
votes
1answer
174 views
zend session table, how to save user_id beside the standart stuff?
i am using http://framework.zend.com/manual/en/zend.session.savehandler.dbtable.html,
the problem is that when i delete a user i want to delete his session in order to log him out, but i don't know ...
0
votes
1answer
257 views
How do I combine Zend_Session and Zend_Oauth
I'm having a problem with Zend_Auth and Zend_Session. I recently broke my bootstrap file down into modular bootstraps. Since then, whenever I login using Zend_Auth I get an error that the session ...
0
votes
2answers
137 views
Zend Framework - Zend_Session strange behavior
I'm just learning Zend Framework following it's official documentation at the website.
But I'm stucked with a strange behavior of Zend_Session: when user is authenticated, surfing the application ...