# Frontend - Loginzeit

**URL:** https://forum.shopware.com/t/frontend-loginzeit/11948
**Category:** Shopware 3.5
**Tags:** administration
**Created:** [4. März 2013 um 13:42 UTC](https://forum.shopware.com/t/frontend-loginzeit/11948 "2013-03-04T13:42:53Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![fulltime](https://avatars.discourse-cdn.com/v4/letter/f/7ab992/32.png) [@fulltime](https://forum.shopware.com/u/fulltime)
#### Post date: [4. März 2013 um 13:42 UTC](https://forum.shopware.com/t/frontend-loginzeit/11948/1 "2013-03-04T13:42:53Z")

</div>

Guten Tag an alle 🙂 Irgendwie stell ich mich bissel an aber kennt jemand eine Möglichkeit die Loginzeit vom Frontend zu beeinflussen? Mein aktueller Versuch war wie folgt. Application.php ` 'session' =\> array( 'name' =\> 'SHOPWARESID', 'cookie\_lifetime' =\> 0, 'use\_trans\_sid' =\> false, 'gc\_probability' =\> 1, 'gc\_divisor' =\> 100, 'save\_handler' =\> 'db', 'gc\_maxlifetime' =\> 86400 ),` Eine Loginzeit von 24h wäre super. Danke im Voraus
