PHPackages                             rakshit-ag/multi-session - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. rakshit-ag/multi-session

ActiveLibrary

rakshit-ag/multi-session
========================

Trans\_SID (Session IDs in URLs) for Laravel 5 Projects

03PHP

Since Jun 11Pushed 6y agoCompare

[ Source](https://github.com/RakshitAG/acefone_sid)[ Packagist](https://packagist.org/packages/rakshit-ag/multi-session)[ RSS](/packages/rakshit-ag-multi-session/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Encode Session IDs in URLs for Laravel 5 Projects (Transparent SID)
===================================================================

[](#encode-session-ids-in-urls-for-laravel-5-projects-transparent-sid)

This module adds support for keeping session IDs (as normally stored in session cookies) to all URLs. This is especially useful if your application runs in Iframe as some browser block cookies in those. PHP already provides the `session.use_trans_sid` configuration value for this, but as Laravel 5 is implementing sessions in its on way, our module is necessary.

Installation
------------

[](#installation)

1. Install `imi/laravel-transsid` via composer.
2. In your `config/app.php` at `providers` replace `'Illuminate\Session\SessionServiceProvider'` with `'iMi\LaravelTransSid\SessionServiceProvider'`
3. add `'iMi\LaravelTransSid\UrlServiceProvider'` at the end of the providers array

URLs generated with Laravel's URL function (for example `URL::to()`) will now have a session ID appended. If you would like to generate URLs without a session ID, add a `NO_ADD_SID` parameter:

```
{{ URL::to('/', ['NO_ADD_SID' => true]) }}

```

About Us
========

[](#about-us)

[iMi digital GmbH](http://www.imi.de/) offers Laravel related open source modules. If you are confronted with any bugs, you may want to open an issue here.

In need of support or an implementation of a modul in an existing system, [free to contact us](mailto:digital@iMi.de). In this case, we will provide full service support for a fee.

Of course we provide development of closed-source modules as well.

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/18878fe54559f83d76529ccdf7bf0db9f47caf61bc1e6ce6082f01db3d085254?d=identicon)[RakshitAG](/maintainers/RakshitAG)

### Embed Badge

![Health badge](/badges/rakshit-ag-multi-session/health.svg)

```
[![Health](https://phpackages.com/badges/rakshit-ag-multi-session/health.svg)](https://phpackages.com/packages/rakshit-ag-multi-session)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
