<p dir="ltr">Thanks! </p>
<p dir="ltr">I did get some advice from another source too,  as follows:</p>
<p dir="ltr">Make sure all features are up to date<br>
Update these first</p>
<p dir="ltr">Make dB backup<br>
Update a module<br>
Check functionality<br>
Check features for any overrides<br>
Update any features again,  if necessary<br>
Check changes into version control</p>
<p dir="ltr">Rinse and repeat,  as necessary</p>
<p dir="ltr">Update core,  standard way</p>
<div class="gmail_quote">On Feb 11, 2014 7:00 AM,  &lt;<a href="mailto:support-request@drupal.org">support-request@drupal.org</a>&gt; wrote:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Send support mailing list submissions to<br>
        <a href="mailto:support@drupal.org">support@drupal.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.drupal.org/mailman/listinfo/support" target="_blank">http://lists.drupal.org/mailman/listinfo/support</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:support-request@drupal.org">support-request@drupal.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:support-owner@drupal.org">support-owner@drupal.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of support digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Re: Where is session_name stored in database? (Tim Johnson)<br>
   2. Re: Where is session_name stored in database? (Tim Johnson)<br>
   3. Re: Features Question (Vaibhav Jain)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Mon, 10 Feb 2014 17:26:29 -0900<br>
From: Tim Johnson &lt;<a href="mailto:tim@akwebsoft.com">tim@akwebsoft.com</a>&gt;<br>
Subject: Re: [support] Where is session_name stored in database?<br>
To: <a href="mailto:support@drupal.org">support@drupal.org</a><br>
Message-ID: &lt;<a href="mailto:20140211022629.GB440@mail.akwebsoft.com">20140211022629.GB440@mail.akwebsoft.com</a>&gt;<br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
* Naveen valecha &lt;<a href="mailto:valecha29@gmail.com">valecha29@gmail.com</a>&gt; [140210 17:09]:<br>
&gt; Hi tom<br>
&gt; I think sesssion_name stored in &quot;sessions&quot; table corresponding to<br>
&gt; session_id.please see<br>
  Hi, Thanks for the quick reply.<br>
  The sessions table has a &#39;sid&#39; column, which on my system stores<br>
  the session ID, (not the session name).<br>
  As I understand it, the value returned by the session_name()<br>
  function is the name of the cookie that has been set.<br>
  The contents of the cookie is the same as the session ID.<br>
  Example, on my machine, using localhost, The session_name()<br>
  function returns<br>
  SESS8f93ae84e0d076318a028995c285dfea<br>
  I find a cookie named<br>
  SESS8f93ae84e0d076318a028995c285dfea<br>
  and it&#39;s contents are<br>
  5GwoK_4A8Kiw8gmEnVo0lyCcq5H4-jz1X5T0ODMz76A<br>
<br>
  In the sessions table, I find the sid value equal to<br>
  5GwoK_4A8Kiw8gmEnVo0lyCcq5H4-jz1X5T0ODMz76A<br>
<br>
  And that is the same value returned from $_COOKIE[session_name()];<br>
  So the sid value in the database is the session ID, *not* the<br>
  *session name*<br>
<br>
  I&#39;m try to find out where the *session name* is stored. It must be<br>
  in the database somewhere to maintain presistance.<br>
  cheers<br>
--<br>
Tim<br>
tim at tee jay forty nine dot com or akwebsoft dot com<br>
<a href="http://www.akwebsoft.com" target="_blank">http://www.akwebsoft.com</a>, <a href="http://www.tj49.com" target="_blank">http://www.tj49.com</a><br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Mon, 10 Feb 2014 17:28:25 -0900<br>
From: Tim Johnson &lt;<a href="mailto:tim@akwebsoft.com">tim@akwebsoft.com</a>&gt;<br>
Subject: Re: [support] Where is session_name stored in database?<br>
To: <a href="mailto:support@drupal.org">support@drupal.org</a><br>
Message-ID: &lt;<a href="mailto:20140211022825.GC440@mail.akwebsoft.com">20140211022825.GC440@mail.akwebsoft.com</a>&gt;<br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
* Jamie Holly &lt;<a href="mailto:hovercrafter@earthlink.net">hovercrafter@earthlink.net</a>&gt; [140210 17:09]:<br>
&gt; It&#39;s not in the database. It&#39;s hashed based upon cookie domain and/or<br>
&gt; host. Here&#39;s where it&#39;s set:<br>
&gt;<br>
&gt; <a href="https://api.drupal.org/api/drupal/includes!bootstrap.inc/function/drupal_settings_initialize/7" target="_blank">https://api.drupal.org/api/drupal/includes!bootstrap.inc/function/drupal_settings_initialize/7</a><br>

  Thank you Jamie. I will attempt to grok that.<br>
  That&#39;s all I need right now.<br>
  Cheers<br>
--<br>
Tim<br>
tim at tee jay forty nine dot com or akwebsoft dot com<br>
<a href="http://www.akwebsoft.com" target="_blank">http://www.akwebsoft.com</a>, <a href="http://www.tj49.com" target="_blank">http://www.tj49.com</a><br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Tue, 11 Feb 2014 09:14:51 +0530<br>
From: Vaibhav Jain &lt;<a href="mailto:in.vaibhavjain@gmail.com">in.vaibhavjain@gmail.com</a>&gt;<br>
Subject: Re: [support] Features Question<br>
To: &quot;<a href="mailto:support@drupal.org">support@drupal.org</a>&quot; &lt;<a href="mailto:support@drupal.org">support@drupal.org</a>&gt;<br>
Message-ID:<br>
        &lt;CAGNDeN=<a href="mailto:V6qN9NzcUni8nNouQbMG-un6BNg1JzXAHAextVHrESA@mail.gmail.com">V6qN9NzcUni8nNouQbMG-un6BNg1JzXAHAextVHrESA@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Hey James,<br>
<br>
I have tried updating everything, including Modules, Themes and Core, and<br>
eventually many things did broke.<br>
I did that by updating the Core first, check on the release notes and any<br>
major changes, that will impact my custom code or contributed modules<br>
settings.<br>
If things break now, Dont panic, you might find many modules which will<br>
work only after specific version of drupal core, because of a bug fix.<br>
<br>
Next, you can start updating your modules one by one, recommended, and see<br>
what version of module is compatible with which one. Also there might be a<br>
complete new version of module available, which might not work for you,<br>
something like from 7.x-1.x to 7.x-2.x, which is ideally not recommended,<br>
you should upgrade within the same version.<br>
You should test everything now.<br>
<br>
Next, if you want to upgrade to themes, go ahead, that might not effect<br>
much.<br>
<br>
Lastly, if you see some features overridden, use Diff module and check for<br>
any changes.<br>
<br>
<br>
<br>
On Tue, Feb 11, 2014 at 6:31 AM, James R Stone &lt;<a href="mailto:fndtn357@gmail.com">fndtn357@gmail.com</a>&gt; wrote:<br>
<br>
&gt; I am in a heavily customized Drupal Commerce site where I have 31<br>
&gt; Features. Eleven (11) of the features are based purely on off-the-shelf 3rd<br>
&gt; party Drupal modules, the rest of the Features (20) have dependencies on<br>
&gt; the other Features already existing and each other.<br>
&gt;<br>
&gt; I need to update the normal off-the-shelf 3rd party modules (40 of them)<br>
&gt; *and *Drupal core (from 7.23 to 7.26).<br>
&gt;<br>
&gt; In the past and on simpler websites, I have updated all of the modules (if<br>
&gt; non-problematic) then disabled them and updated Drupal core. After updating<br>
&gt; core I then turn modules on, one at a time, and make sure things are still<br>
&gt; working together.<br>
&gt;<br>
&gt; I have not used Features extensively like this and do not feel sure about<br>
&gt; the correct process for updating.<br>
&gt;<br>
&gt; My impression is that as I update modules, my Features might have some<br>
&gt; repercussions (do they show up as Overriden?) and that I should, one at a<br>
&gt; time, Update/Recreate my Features, download the code, upload the Feature to<br>
&gt; the website and turn it back on.<br>
&gt;<br>
&gt; Is this correct? Should I update all of the off-the-shelf 3rd party Drupal<br>
&gt; modules first? Then update all of the Features?<br>
&gt;<br>
&gt; Should I update one module at a time, checking for Overrides showing in<br>
&gt; Features and the updating those Feature(s) one at a time also?<br>
&gt;<br>
&gt; What would the best methodology be in this situation?<br>
&gt;<br>
&gt;  *James R Stone*<br>
&gt; *Drupal builder-developer-consultant*Messages: 216-635-5492 | Office:<br>
&gt; 216-931-0475<br>
&gt; <a href="mailto:fndtn357@gmail.com">fndtn357@gmail.com</a><br>
&gt;<br>
&gt; &lt;<a href="mailto:fndtn357@gmail.com">fndtn357@gmail.com</a>&gt;<br>
&gt;   &lt;<a href="https://drupal.org/user/255723" target="_blank">https://drupal.org/user/255723</a>&gt;<br>
&gt;    [image: LinkedIn] &lt;<a href="http://www.linkedin.com/in/jamesrstone" target="_blank">http://www.linkedin.com/in/jamesrstone</a>&gt;<br>
&gt;    [image: Twitter] &lt;<a href="http://www.twitter.com/fndtn357" target="_blank">http://www.twitter.com/fndtn357</a>&gt;<br>
&gt;<br>
&gt; &lt;<a href="http://www.twitter.com/fndtn357" target="_blank">http://www.twitter.com/fndtn357</a>&gt;&quot;The skill of coding is to create a<br>
&gt; context in which other people can contribute.&quot;<br>
&gt;<br>
&gt; --<br>
&gt; [ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
&gt;<br>
<font color="#888888"><br>
<br>
<br>
--<br>
Regards,<br>
Vaibhav Jain<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.drupal.org/pipermail/support/attachments/20140211/a1f54224/attachment-0001.html" target="_blank">http://lists.drupal.org/pipermail/support/attachments/20140211/a1f54224/attachment-0001.html</a><br>

<br>
------------------------------<br>
<br>
--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
<br>
End of support Digest, Vol 134, Issue 15<br>
****************************************<br>
</font></blockquote></div>