Sharing Textures

Does any one know if it is possible to share textures for multiple windows? i can bind and render my texture for one window but when i call for it for a second window it is like they have vanished. Anybody know a way to share them without having to resend the data to video memory? I am using GLUT and X windows system…

Thanks

Sharing texture is like sharing display lists. Check the FAQ :
http://www.opengl.org/resources/faq/technical/texture.htm#text0080

But with GLUT it seems to be impossible.