Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13
  1. #11
    Join Date
    Nov 2007
    Posts
    260
    Plugin Contributions
    0

    Default Re: Script which loads login page?

    Thank your for your responses.
    O no it is no hack.
    The idea is that I have a module which uses YAHOO UI Uploader component. http://developer.yahoo.com/yui/uploader/
    It's intension is to provide file with upload process bar.

    Flash it self has no upload features so it runs a upload script page in my module. The problem is that I need the zen cart functions and DB with the script.

    Well if I dont get this solved I have to return back to regular php upload methods.

  2. #12
    Join Date
    Nov 2007
    Posts
    260
    Plugin Contributions
    0

    Default Re: Script which loads login page?

    I been trying also to get help at yahoo ui forum but still no response.
    http://tech.groups.yahoo.com/group/y.../message/33445

  3. #13
    Join Date
    Nov 2007
    Posts
    260
    Plugin Contributions
    0

    Default Re: Script which loads login page?

    Well maybe it has something to do that zen cart runs session_regenerate_id() command in session.php.

    includes/functions/session.php
    row 157

    function zen_session_recreate() {
    global $http_domain, $https_domain, $current_domain;
    if ($http_domain == $https_domain) {
    $saveSession = $_SESSION;
    $oldSessID = session_id();
    session_regenerate_id();
    $newSessID = session_id();
    . . .

    Well not quite sure how zen cart sesion hanling realy works though?
    For example when is zen_session_recreate() run etc..?
    Also interesting question why the need to keep changing session id's ?
    For security reasons maybe?

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v155 Admin login page loads very slow.
    By oavs in forum General Questions
    Replies: 17
    Last Post: 18 Nov 2023, 01:38 PM
  2. Adding script to header is just login page
    By jeking in forum General Questions
    Replies: 5
    Last Post: 9 Apr 2010, 06:25 AM
  3. JS code appearing on login page....which file?
    By datatv in forum General Questions
    Replies: 4
    Last Post: 24 Sep 2008, 02:33 PM
  4. [HELP] making login script / logout on main page
    By buba in forum General Questions
    Replies: 1
    Last Post: 14 Jun 2007, 09:31 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg