Support the ongoing development of Laravel.io →

699 Threads

Continuing a session

I like to implement this in an application: when the user becomes inactive and the session is about...

0 Likes
0 Replies

Sign in for one time to different projects using laravel

I am using laravel 4 framework in web development of my projects. I have 5 applications that should...

0 Likes
1 Replies

Shopping Cart ID -> where to save for later?

I have a shopping cart ID that I'd like to save somewhere to pick up the cart later when the user co...

0 Likes
1 Replies

Redirect::refresh() and session variable

Hello! For some reason this code causes redirect loop and I have no idea why. I know I could use Ses...

0 Likes
1 Replies

Unexpected behavior: Session blocking model events

Problem: Model events (Model::saving, etc...) don't work anymore after putting an instance of the mo...

0 Likes
1 Replies

How can I make $errors variable be passed to Codeception when functional testing?

Hi. I have problem with functional testing form validation. When I use $errors in my view, tests fai...

0 Likes
0 Replies

How to extend the session?

I mainly confused following two code should be written on that document? class MongoHandler implemen...

0 Likes
1 Replies

Display div on condition

I have the Users and Items tables on a many-to-many relationship and what im trying to do is only di...

0 Likes
1 Replies

Session doesn't keep payload

$cookie = Session::put('test','selected'); $test = Session::get('test'); dd($test); I'm getting sele...

0 Likes
0 Replies

Pagination Data not Consistant

<?php echo $users->appends(array('sort' => 'votes'))->links(); ?> I do a GET form sub...

0 Likes
0 Replies

Cookie not Displaying

$cookie = Cookie::forever('test','selected') $test = Cookie::get('test'); dd($test); I'm getting NUL...

0 Likes
0 Replies

Accessing Session Data from a Model

Hey guys, Im only new to this, so sorry if its a stupid question. Background: I have 3 databases tha...

0 Likes
1 Replies

Manually logged in user fails auth filter

Hey everyone, I am having some trouble working with Laravel and the infusionsoft api. Right now I am...

0 Likes
1 Replies
posted 10 years ago

Put drop-down list selection in Sessions and replace

I have been working with laravel Forms and Sessions the past 2 days but cannot seem to figure out so...

0 Likes
3 Replies

Multi Step Forms & Best Practice

When I've made multistep forms in the past I would generally place the form data into the session so...

0 Likes
0 Replies

Authentication / cookies in one codebase, but multiple domains

I have a fairly unique problem which may or may not need to be solved through Laravel. Basically I h...

0 Likes
0 Replies
posted 10 years ago

Several Questions about Caching and Session options.

#1. Database vs File System I've done a lot of researching on this and am finding pros and cons for...

0 Likes
3 Replies
posted 10 years ago

Store Redis Session as JSON

I am trying to build newsfeed with laravel and node.js and try to sync redis session, can any one he...

0 Likes
0 Replies

edvinaskrucas notifications question

Hi, I am trying to set up a simple notification system and found the package here: https://github.co...

0 Likes
3 Replies

Who's online Laravel 4 Session

Hi everyone, i'm trying to implement in my Laravel 4 app, a script that shows me which users are onl...

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.