Support the ongoing development of Laravel.io →

845 Threads

posted 10 years ago

Disabling sessions

I'm currently creating an app that has Laravel as it's backend. Laravel just functions as an API and...

0 Likes
2 Replies

Using opcache as session and cache driver

Hi folks, Is there a specific driver for opcache I can use to store session and cache info for PHP5?...

0 Likes
0 Replies

How often CSRF Token is changed?

Hello, I have a following scenario. In admin panel I a have page with some form, which generates som...

0 Likes
1 Replies

Laravel 4.1.28 Performance

I tried to implement my website build from Laravel 4.1.28 Cache: File Session: File Debug: FALSE DB...

0 Likes
0 Replies

Laravel roles, which package should I choose?

Hi guys, I'm implementing roles into my application, I tried to find a popular package for it and fo...

0 Likes
1 Replies

Create 0Auth FB Session, but how?

Hi guys! Since I started today with only Laravel, I'm really come quite far! Have somehow fallen in...

0 Likes
0 Replies

Query results being dropped after collection creation & paginate bug ?

Hi guys, Starting to go crazy on that.... Behaviour: Query works and returns the results I want BUT...

0 Likes
0 Replies

Laravel install issue - cache breaking functionality?

Hi. Been a while since I picked up Laravel. My last experience was over a year ago with v3 on a li...

0 Likes
6 Replies

Session Auth expiring when opening another site on same domain?

Hi, I'm having a problem and can't figure out whats happening. I believe it's about the sessions. Th...

0 Likes
5 Replies
Solved

Some sessions disappearing for certain users (Chrome, Mac, Laravel 4.2)

A user is not having flashed sessions (Session::flash) nor "put" sessions (Session::put) p...

0 Likes
4 Replies
Solved

Laravel Session Problem

How to identify in laravel between session timeout and single login? if session timeout => [messa...

0 Likes
0 Replies

Social Login & User Management

Hi. I am trying to build a user management part of a website but i am having difficulties to find wo...

0 Likes
2 Replies
posted 9 years ago

Session not saving

What's going on: When put/set session and returning view (View::make) the session don't create. When...

0 Likes
5 Replies
Solved

How to use return Redirect, inside View?

If user is logged in back button is still sending him back to login form page. I want something like...

0 Likes
4 Replies

Large amount of records with memcached sessions?

Greetings all, I have an instance of Laravel up and running with a load balancer in place. We've set...

0 Likes
0 Replies

No facade aliases in Laravel 5?

in 4.2 I could: $data['owners'] = DB::table('powners') etc and Session::put('logged', 'islogged');...

0 Likes
45 Replies
Solved

Handling multiple accounts / impersonation

Good day, (Possibly) Routing Question: Have you ever noticed how GMail and Google+ handle multiple a...

0 Likes
0 Replies

Post form data after log in or sign up

Hello, Im creating an app with laravel and im looking for the best solution to the following problem...

0 Likes
2 Replies

Using Auth::attempt with other field as "or"

Hi, Currently , we have below scenario for login $input = Input::all(); Auth::attempt([ 'usernam...

0 Likes
2 Replies
Solved

Sessions not saving when choose Memcached

I done: sudo apt-get install memcached sudo apt-get install php5-memcached sudo service apache2 res...

0 Likes
8 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.