Displaying 20 results from an estimated 700 matches similar to: "config.action_controller.session_options[:cookie_only] = true"
2008 Feb 09
1
how to check the config.action_controller.session options ?
when setting it in my environment.rb
  config.action_controller.session = {
    :session_key => ''_myapp_session'',
    :secret      => ''3a64394bb895f1f05e0c07f71127d93d''
  }
I cannot get it back in the script/console ..
:session_key=>"_session_id" !!!
why ?
>> ActionController::CgiRequest::DEFAULT_SESSION_OPTIONS
=>
2009 Nov 12
2
request.session_options broken?
I''m implementing simple "remember me" functionality for logging in
users with Rails 2.3.4. I''m trying to set the session expiration date
for some time in the future. After googling around a bit I found this
post which seems to address my problem:
http://squarewheel.pl/posts/3
My modifications to request.session_options are being ignored.
According to this discussion (
2010 Jan 20
0
(2.3.5) ActionController::Base.session_options[:expire_after] + Error 422/Authenticity Token Issue
I''m getting ready to put an app into production and I''ve found a
strange issue that, as far as I know, shouldn''t be happening.  To me
this looks like it could be a bug, but I''m not sure and I''m hoping
some one here can tell me if they''ve seen this before, or can idiot-
check me in that hopefully it''s just something I''ve missed
2010 Jun 08
1
session_options[:secure] resets session_id on every request
I''m working on an ecommerce site (in Rails 2.3) and I added:
ActionController::Base.session_options[:secure] = true
to ~/config/environments/production.rb
Now, every time I add something to my shopping cart and navigate away I
get a new session_id (which essentially empties my shopping cart).
How can I get the continuity of my sessions back, while still having the
session_id get set
2012 Jul 24
0
request.session_options[:id] accessiblity problem
I am having problem retrieving the value for variable 
request.session_options[:id] from my controller. Though the same returns a 
proper value when accessed through a view. I am not able to understand why 
it is happening.
-- 
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2006 Jan 30
0
cached_model-1.0.1 ActiveRecords + memcache
The new version of cached_model features bug fixes and tests!
Bugs fixed:
Updating a model no longer stores associations into the cache.  This  
could cause strange, hard-to-debug bugs when an invalid set of  
assocations was retrieved along with a cached model.
Reloading a model refreshes the cache.
When CachedModel::find can''t understand query params and a single  
result is
2005 Dec 25
1
How to use mem_cache_store?
Hi,
I''m trying to use mem_cache_store for sessions. I have installed the 
server and the gem and have added the following to my 
config/environment.rb:
>>>>>>>>>>>>>>>>>>>>>>>>>
memcache_options = {
   :c_threshold => 10_000,
   :compression => true,
   :debug => false,
   :namespace =>
2008 Jan 20
3
CookieStore and Session data via POST vars (no cookies)
This might be a solved issue, so I thought I''d ask.  I''m trying to use  
SWFUpload with the cookiestore.  I''m passing in the session_id  
variable through a POST parameter in the upload.  I''ve verified that  
Flash is sending the POST params (Flash 9).
I thought simply by setting cookie_only to false for that method, I  
would be able to get that to work. 
2006 Feb 12
3
memcache-client/cached_model help
Hi -
Just downloaded and installed the memcache-client and cached_model
gems and am trying to test it out on a development setup.   I added
this to my environment/development.rb
CACHE = MemCache.new :c_threshold => 10_000,
                     :compression => true,
                     :debug => true,
                     :namespace => ''eztrip'',
                    
2006 May 17
0
session_options/session
How do I display, in breakpointer for example, session.session_key or
session.session_expires ??
 
The only one that works is session.session_id for some reason.
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060517/d99e0837/attachment-0001.html
2007 Mar 07
0
Error while initializng temporary session directories in edge
I''m encountering an odd error when starting up apps running Edge on my
production server (or in the console). The same app works fine in
deployment mode on a different machine. Note, this seems to be only a
problem with edge, as i run several apps under 1.2.1 on the same
server and do not have any problems. Here is the full stack-trace:
2006 Feb 09
1
Running nessus on freebsd...
I'm trying to get nessus setup for doing some internal security
checking.  I installed the ports for nessus and nessus-plugins,
and everything worked as expected.  I then registered for the
full feed of plugins, which got me up to over 10,000 plugins.
I restarted nessus, and it didn't work at all.  I am running
without X11, so I'm doing batch runs.  I already have nmap
installed, so I
2011 Feb 18
0
nessus would not compile under 8.1
hi gurus:
tried to install nessus and it would not compile:
===>  Configuring for nessus-libraries-2.2.9_1
********************************************************
*                   W a r n i n g                      *
*                                                      *
* Nessus needs Berkeley Packet Filter (bpf).           *
* To use nessus, your kernel must be rebuilt with bpf, *
*
2008 Jun 19
5
How do you create one session cookie for multiple subdomains
I am using the restful authentication plugin and am always prompted to
login if a different subdomain is accessed.  I have found a couple rails
"solutions", but none of them seem to work:
# development.rb
1.  ActionController::CgiRequest::DEFAULT_SESSION_OPTIONS[:session_key]
= ".localhost"
2.  ActionController::Base.session_options[:key] = ".localhost"
Does anyone
2014 Oct 04
1
LDAP NULL BASE Search Access to Samba4
Recently, i scanned my samba4.1 server by Nessus (a vulnerability scanner
tool - http://www.tenable.com/products/nessus)
Nessus says that Samba4 is vulnerable to "LDAP NULL BASE Search Access" as
"The remote LDAP server may disclose sensitive information."
Further it says that - The remote LDAP server supports search requests with
a null, or empty, base object. This allows
1999 Sep 02
0
SECURITY: RHSA-1999:033 Buffer overflow problem in the inews program
-----BEGIN PGP SIGNED MESSAGE-----
- ---------------------------------------------------------------------
		   Red Hat, Inc. Security Advisory
Synopsis:		Buffer overflow problem in the inews program
Advisory ID:		RHSA-1999:033-01
Issue date:		1999-09-01
Keywords:		inn inews buffer overflow
- ---------------------------------------------------------------------
1. Topic:
New packages for INN
2004 Jun 23
0
samba security question - samba vulnerable to any Windows Exploits?
Hi there,
I'm unclear on this warning I got from NeWT when I scanned my Linux 
workstation.  Could someone clarify for me if I should be worried?
Thanks,
...Paul
------------------------
microsoft-ds (445/tcp)
    
    
It was possible to log into the remote host using the following
login/password combinations :
'administrator'/''
2004 Jun 23
2
samba security question - samba vulnerable to any WindowsExploits?
Hi Ryan,
I am not authenticating to any Windows  server, I just have the samba 
server itself set up with 3 users who an login.
...Paul
Ryan Frantz wrote:
>Paul,
>
>Are you using a Windows PDC or ADS to authenticate your Samba shares?
>If so, the problem would not be with Samba, but with the authenticating
>server.
>
>Ryan
>
>-----Original Message-----
>From:
2013 Oct 31
7
[Bug 870] New: Iptables cannot block outbound packets sent by Nessus
https://bugzilla.netfilter.org/show_bug.cgi?id=870
           Summary: Iptables cannot block outbound packets sent by Nessus
           Product: iptables
           Version: 1.4.x
          Platform: x86_64
        OS/Version: Ubuntu
            Status: NEW
          Severity: normal
          Priority: P5
         Component: iptables
        AssignedTo: netfilter-buglog at lists.netfilter.org
  
2004 Jun 23
0
samba security question - samba vulnerable to anyWindowsExploits?
Paul,
Are you using Samba to authenticate then?  You've created user accounts
on your Linux system that map to Windows accounts and built the Samba
password database using 'smbpasswd'?
ry
-----Original Message-----
From: samba-bounces+ryanfrantz=informed-llc.com@lists.samba.org
[mailto:samba-bounces+ryanfrantz=informed-llc.com@lists.samba.org] On
Behalf Of Paul Bradshaw
Sent: