Displaying 4 results from an estimated 4 matches for "pasaport".
Did you mean:
passport
2007 Sep 25
13
Session cookies not passed on first redirect
...y.
Herre is the service in question - if I do it like this the session
is regenerated when the user lands on the signon page And the page he
is redirected from was his first one
in the session
def service(*a)
begin
return super(*a)
rescue PleaseLogin
redirect R(Pasaporte::Controllers::Signon, @nickname)
return self
end
self
end
And this version works in all cases:
def service(*a)
begin
return super(*a)
rescue PleaseLogin
@headers[''Set-Cookie''] = ''camping_sid=%s; path=/'' %...
2017 Feb 14
2
Cruce de no Coincidente
Hola Comunidad, se me presenta el siguiente problema
Tengo dos Tablas, la TablaA y la TablaB y en ambas tablas tengo un campo en particular por el cual haría el cruce, algo tipo un Numero de Pasaporte o una Placa de un carro, valores que son únicos por registro.
Entonces necesito hacer un cruce de las 2 tablas pero que en vez de que me queden los comunes en ambas tablas, necesito que me queden los distintos en ambas tablas.
Yo lo hice así,
TablaA <- data.frame(x=1:10)
TablaB <- data...
2007 Oct 08
0
Camping-list Digest, Vol 18, Issue 1
...am for the proposal of having multiple session drivers, but totally
> _not_ for the proposal of abolishing
> the db sessions. I routinely run Camping in parallel fashion
> (multiplexed dispatchers) and I also store
> data that does not fit in the 4K cookie limit in the session (see
> Pasaporte, where the whole OpenID request
> is piggybacked in the session storage). I also like the idea that all
> Camping apps store their session in _one_ record,
> with many apps on one domain this would not be easily solvable
> because 4k is too small for one app, let alone many apps.
>...
2007 Oct 05
11
Session handling busted on Oracle
Hi,
Ruby 1.8.6 (one-click)
Camping 1.5
I''d submit this as a bug, but the tracker says I''m forbidden, so here
you go.
The first problem is that the sql to create the sessions table is
broken. This is what it tried to send:
CREATE TABLE sessions (
id NUMBER(38) NOT NULL PRIMARY KEY (38), --> Problem here
hashid VARCHAR2(32),
created_at DATE,
ivars CLOB DEFAULT