Support the ongoing development of Laravel.io →

144 Threads

Database Session error

Hi. I got a very strange problem... I can't use database session for my website. In local everything...

0 Likes
2 Replies
Solved
posted 9 years ago

Session data. Is there a better way?

I have a controller that redirects the user to another page and sends some data along in the form of...

0 Likes
8 Replies
Solved

login with google account

Hello! I am making an app with laravel 4 and I should do login with google account. I have successfu...

0 Likes
3 Replies
Solved
posted 9 years ago

Using session as a simple array?

I have problems understanding how sessions work in laravel and I'm getting issues trying to do what...

0 Likes
1 Replies
Solved

Stateless HTTP authentication not working properly

I'm trying to do a stateless HTTP login for my RESTful API using Auth::onceBasic() I've tried the so...

0 Likes
1 Replies
Solved

Rerouting not working for logout route only

Just starting out with Laravel and I've come across a weird problem when I try to log a user out (co...

0 Likes
2 Replies
Solved
posted 9 years ago

Session Persistence laravel 4.1

I'm unable to get any session data to persist across my app. I'm using a cart package and after addi...

0 Likes
4 Replies
Solved
posted 9 years ago

Extend Session Garbage Collection

I was curious if it's possible to extend the garbage collection of the session (using database drive...

0 Likes
1 Replies
Solved

external authentication

Hello, I'm working on an app that interacts with a soap webservice, which i'd also like to use for a...

0 Likes
1 Replies
Solved

auth filter not working - restful controller

Here is what I have: routes.php Route::controller('colaboradores', 'ColaboradorController'); fi...

0 Likes
2 Replies
Solved

Logout problem, Auth::check() still returns true after Auth::logout() and Session::flush() call.

Hi there, I'm using Laravel 4.1.26 with the following app::before filter: App::before(function($requ...

0 Likes
2 Replies
Solved

Array to string conversion on Session::get

Hi, this is my store function in UserController public function store() { $activation = str_random(...

0 Likes
1 Replies
Solved

Check logged in status with JavaScript

Hi, Can we check if a user is logged in using JavaScript? I'm using Cartalyst Sentry. The ideal res...

0 Likes
3 Replies
Solved

Use Logged In-User's Data in View

Would be honoured to have a bit of your time :) So I have validated and authenticated a user and upo...

0 Likes
4 Replies
Solved

Auth::attempt validates, but auth filter doesn't acknowledge login

Hi, I am very new to Laravel but I have gone over the documentation repeatedly and I cannot figure o...

0 Likes
1 Replies
Solved

Session issue

I logged in using http://dongkoy.com/ but when I visit http://www.dongkoy.com/ I am not logged in an...

0 Likes
4 Replies
Solved

Redirect::intended() and POST routes

Hi everyone, I'm having a bit of trouble with this question : How to access a post route with Redire...

0 Likes
2 Replies
Solved

Recreated SESSION all the time

Hi, I`m also facing that "bug", when the session is recreated on every page load. I checke...

0 Likes
2 Replies
Solved

Problem with session and view data

Hi, This is my controller: return View::make('realestates.single') ->with('title', trans('na...

0 Likes
3 Replies
Solved

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.