Jump to content



Latest News: (loading..)

- - - - -

oscid not moving


  • Please log in to reply
8 replies to this topic

#1   ianhaney

ianhaney
  • Members
  • 851 posts
  • Real Name:Ian Haney
  • Gender:Male

Posted 04 July 2012 - 02:29 PM

I got 2.3.1

I have my oscsid staying even after a few clicks

from what I have learned so far, its to do with the sessions not being set up correctly so I have pasted them below, do they look right?

Session Directory customers/1/0/7/irhtoys.co.uk/httpd.www/includes/work/
Force Cookie Use False
Check SSL Session ID False
Check User Agent False
Check IP Address False
Prevent Spider Sessions True
Recreate Session True


#2 ONLINE   multimixer

multimixer

    Lemons or Melons ?

  • Partner
  • 4,386 posts
  • Real Name:George Zarkadas
  • Gender:Male
  • Location:Greece

Posted 04 July 2012 - 02:46 PM

Post also your first 7 defines of includes/configure.php

#3   ianhaney

ianhaney
  • Members
  • 851 posts
  • Real Name:Ian Haney
  • Gender:Male

Posted 04 July 2012 - 03:10 PM

Hi

This is the first part of the includes/configure.php file

<?php
  define('HTTP_SERVER', 'http://www.irhtoys.co.uk');
  define('HTTPS_SERVER', 'http://www.irhtoys.co.uk');
  define('ENABLE_SSL', false);
  define('HTTP_COOKIE_DOMAIN', 'irhtoys.co.uk');
  define('HTTPS_COOKIE_DOMAIN', 'irhtoys.co.uk');
  define('HTTP_COOKIE_PATH', '/public_html/');
  define('HTTPS_COOKIE_PATH', '/public_html/');
  define('DIR_WS_HTTP_CATALOG', '/');
  define('DIR_WS_HTTPS_CATALOG', '/');


#4 ONLINE   multimixer

multimixer

    Lemons or Melons ?

  • Partner
  • 4,386 posts
  • Real Name:George Zarkadas
  • Gender:Male
  • Location:Greece

Posted 04 July 2012 - 03:14 PM

I would stick either with or without www

#5   ianhaney

ianhaney
  • Members
  • 851 posts
  • Real Name:Ian Haney
  • Gender:Male

Posted 04 July 2012 - 03:16 PM

so change the HTTP server to just irhtoys.co.uk

#6   FWR Media

FWR Media
  • Community Sponsor
  • 6,836 posts
  • Real Name:Robert Fisher
  • Gender:Male
  • Location:Stowmarket - Suffolk - UK

Posted 04 July 2012 - 03:24 PM

<?php
  define('HTTP_SERVER', 'http://www.irhtoys.co.uk');
  define('HTTPS_SERVER', 'http://www.irhtoys.co.uk');
  define('ENABLE_SSL', false);
  define('HTTP_COOKIE_DOMAIN', 'www.irhtoys.co.uk');
  define('HTTPS_COOKIE_DOMAIN', 'www.irhtoys.co.uk');
  define('HTTP_COOKIE_PATH', '/');
  define('HTTPS_COOKIE_PATH', '/');
  define('DIR_WS_HTTP_CATALOG', '/');
  define('DIR_WS_HTTPS_CATALOG', '/');


#7 ONLINE   multimixer

multimixer

    Lemons or Melons ?

  • Partner
  • 4,386 posts
  • Real Name:George Zarkadas
  • Gender:Male
  • Location:Greece

Posted 04 July 2012 - 03:24 PM

Try this
define('HTTP_SERVER', 'http://www.irhtoys.co.uk');
  define('HTTPS_SERVER', 'http://www.irhtoys.co.uk');
  define('ENABLE_SSL', false);
  define('HTTP_COOKIE_DOMAIN', '');
  define('HTTPS_COOKIE_DOMAIN', '');
  define('HTTP_COOKIE_PATH', '/');
  define('HTTPS_COOKIE_PATH', '/');
  define('DIR_WS_HTTP_CATALOG', '/');
  define('DIR_WS_HTTPS_CATALOG', '/');


#8   ianhaney

ianhaney
  • Members
  • 851 posts
  • Real Name:Ian Haney
  • Gender:Male

Posted 04 July 2012 - 03:34 PM

Hi tried both the ways above and still had the oscid there

if nothing works will it hurt if it stays there

#9   FWR Media

FWR Media
  • Community Sponsor
  • 6,836 posts
  • Real Name:Robert Fisher
  • Gender:Male
  • Location:Stowmarket - Suffolk - UK

Posted 04 July 2012 - 04:43 PM

What i wrote is correct .. if that doesn't work you have code issues.