Skip to main content
0 votes
1 answer
1k views

I'm working with Zend Framework 3 and after configuring the session in my module.config.php, I receive this fatal error: Fatal error: Uncaught Zend\Session\Exception\InvalidArgumentException: '...
user12342780's user avatar
0 votes
0 answers
312 views

In ZF3, I'm initializing my session as following: config/autoload/global.php 'session_config' => [ 'name' => 'gintra3', 'cookie_lifetime' => 60*60*1, 'gc_maxlifetime' => ...
user7674780's user avatar
2 votes
1 answer
944 views

To whom it may concern: I know I can use zend-session with zf3, yet is there a package for zend-registry to be used with Zend Framework 3?
Kian William Nowrouzian's user avatar
1 vote
1 answer
518 views

How to auto logout session after some inactive? I want this functionality in zend framework 3.If anyone have idea then let me inform please.Currently my application logout within 5 minutes with the ...
Ohm's user avatar
  • 171
3 votes
1 answer
193 views

I have two application in zf1 and zf2 on save server, I have created login system in zf2, when i login zf2 it working fine. Now i want to access zf2 session in zf1, it showing [zf2_auth] => ...
D Coder's user avatar
  • 572
0 votes
1 answer
1k views

I'm building a ZF3 based application, and I'm trying to get the session cookie to be set only when a user has successfully logged in. And remove it on logout. There seems to not be such a feature in ...
Silviu G's user avatar
  • 1,301
1 vote
1 answer
874 views

i'm trying to display messages from flashMessenger in view file. Add them in controller $status = 'error'; $message = 'Wrong parameters'; $this->flashMessenger()->addMessage($message)->...
D.Che's user avatar
  • 23
0 votes
2 answers
643 views

I'm setting $_SESSION in a part of my application which is not routed by Zend. (myhost.local/example.php -> set $_SESSION['user']) Now I want to access the $_SESSION['user'] in my Zend application. (...
stefen's user avatar
  • 39
0 votes
1 answer
277 views

I am migrating our applications from zf1 to zf3. I am authenticating the user in ZF3 and when I goto the ZF1 apps I am getting the following error. Fatal error: Uncaught exception '...
code9monkey's user avatar
7 votes
1 answer
153 views

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 decided ...
Richard Parnaby-King's user avatar
1 vote
1 answer
153 views

PHP session.upload_progress is a good library to track your upload progress, however when you send a file to server, session.upload_progress start php session automatically, that's does not play fine ...
Hugo Ferreira's user avatar
0 votes
0 answers
559 views

I'm starting on Zend Framework 2, I did the tutorial on album, nos I want to connect users, the sign up is working, so now I diplayed a form, and now I don't know how to use sessions: http://...
BJM's user avatar
  • 243
2 votes
1 answer
660 views

I have implemented a logic in application module's bootstrap which will redirect users to login page if they are not signed. I have class Module { public function onBootstrap(MvcEvent $e) { ...
dejjub-AIS's user avatar
  • 1,541
0 votes
1 answer
182 views

I'm using Zend\Authentication\AuthenticationService and I would like to know who is logged, but for now I get data only for one user. For example: On one browser I log in as John Doe and I get ...
user1409508's user avatar
0 votes
0 answers
58 views

I am using session container and store the arrays in a session. When i logged in then on the first time it give me undefined variable when i refresh the same page then it is working why? $...
Azhar Ahmad's user avatar

15 30 50 per page
1
2 3 4 5
10