View Issue Details

IDProjectCategoryView StatusLast Update
0000424OXID eShop (all versions)1. ----- eShop frontend -----public2012-12-10 14:38
Reportermarco_steinhaeuser Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Fixed in Version4.0.0.2 revision 14842 
Summary0000424: no message in front end when cookies are disabled
DescriptionWith disabled cookies, no message appears in front end. The only effect is that the basket is flushed.

How to reproduce:
- disable cookies in your browser
- call up the shop front end
- put something into the basket
- put another article into the basket
--> basket is flushed

Until we handle fallback if cookies are disabled, hand out a message.

For messages text see in the notes below.
TagsNo tags attached.
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

marco_steinhaeuser

2008-12-08 10:17

reporter   ~0000293

Last edited: 2008-12-08 10:25

Message draft:


Warning: Your browser does not accept script cookies.

You won't be able to work properly with the eShop until you enable cookies in your web browser.

marco_steinhaeuser

2008-12-08 10:26

reporter   ~0000294

Message draft DE:

Ihr Browser akzeptiert keine Cookies.

Bitte akzeptieren Sie Cookies, damit Sie mit dem eShop arbeiten können.

vilma_liorensaityte

2008-12-10 15:20

reporter   ~0000305

there is an option $this->blSessionEnforceCookies = 1 in config.inc.php:
1) If this option is on and user tries to order something or to loggin without cookies, he will be redirected to start page and gets message "We are sorry. This action requires cookie support. Please enable cookies, or use a cookie-enabled browser to access our site."
2) If this option is off, user can order and loggin, but there no message will be displayed.

Is it ok?

marco_steinhaeuser

2008-12-10 15:48

reporter   ~0000306

Perfect, I love that solution!
I would be glad if the shop would be delivered with
  $this->blSessionEnforceCookies = 1 in config.inc.php
by default.

vilma_liorensaityte

2008-12-10 16:58

reporter   ~0000307

Option $this->blSessionEnforceCookies is ON by default