Support the ongoing development of Laravel.io →

843 Threads

Laravel Auth attempt failing with valid credentials

I learn Laravel and try to reproduce what is in that video. I created a database, I created an user...

0 Likes
5 Replies

remember_token

ever since I upgraded to 4.2.8, some users are not being remembered on the site and i'm authenticati...

0 Likes
3 Replies
posted 9 years ago

How to make a respone with empty cookie?

How to make a respone with empty cookie? even no 'laravel_session' item. In other words the response...

0 Likes
0 Replies

Problem with Redirect when using JQuery Form Plugin (AJAX)

Hello, I am having some issues with a form I am trying to create. The form consists of collecting ge...

0 Likes
1 Replies

Checking if value were pass to the view

How can i check if value is passed to the view? for example return View::make('view', array('result'...

0 Likes
2 Replies
Solved

Where does Laravel store configuration for memcached session driver?

Reposting from http://stackoverflow.com/q/25771362/1583214 because I have no patience. :-) -- The La...

0 Likes
1 Replies

Advice with stripe

SCENARIO I have built a party booking engine with Laravel, which requires a Down payment to reserve...

0 Likes
1 Replies
posted 9 years ago

Laravel session poblem

Hi, i have problems with my session. First I have created a new session variable Session::put('name'...

0 Likes
1 Replies
posted 9 years ago

How to expire session data?

Hello, I've developed a Laravel 4.1 application to take online orders, with the input spread over 3...

0 Likes
9 Replies
posted 9 years ago

App::before session

I want to set the prefix of route group by session: App::before(function(){ Session::put('lang',...

0 Likes
1 Replies

Laravel 4 Session Last Activity

On picking up some older questions as how to notify the user that he has been logged out due to inac...

0 Likes
0 Replies
posted 9 years ago

After user login back to page request when click on menu

Who did it help me, have a direction I think create Session but error

0 Likes
1 Replies

replace mcrypt with openssl in Encrypter class?

Hi all, I've been working for some time now on a Laravel application that's going live to the world...

0 Likes
0 Replies

App still remembers me, even if I do not want to...

I try to open my "users admin" app at http://myapp/admin/users -> this URL requires use...

0 Likes
2 Replies
Solved
posted 9 years ago

How to create session after login with the user details?

I want to save some details on session when the user login i.e. simple [session_init() is vanilla ph...

0 Likes
0 Replies

4.1 - Database Sessions - CSRF issue

I am using Laravel 4.1.30 (employer is stuck on php 5.3). I am new to this so please be kind ;-) Th...

0 Likes
0 Replies

session table created in the wrong database

Hi, in my laravel homestead server i have 2 laravel installation in 2 different folders and a Databs...

0 Likes
0 Replies

Laravel4 is not creating session

I am using Auth::attempt($credentials, $rememberMe) for login user. It was working fine but suddenly...

0 Likes
2 Replies

Authentication session lost after redirect

hi, i have a problem with authentication. i am using multiauth. i tried to login a user then i check...

0 Likes
5 Replies
Solved
posted 9 years ago

Get SessionID from Session cookie

I have a Classic ASP app in a subdirectory of my Laravel app, which is authenticated by the Laravel...

0 Likes
1 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.